From 4a8e35309803e38c646754d4a44a75c726324087 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Mon, 3 Feb 2020 00:37:52 +0900 Subject: [PATCH] Change process order --- pytchat/tool/block.py | 3 ++- pytchat/tool/downloader.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytchat/tool/block.py b/pytchat/tool/block.py index 813e22a..14b8ece 100644 --- a/pytchat/tool/block.py +++ b/pytchat/tool/block.py @@ -7,7 +7,8 @@ class Block: index of this block on block list. first : int : - videoOffsetTimeMs of chat_data[0] + videoOffsetTimeMs of the first chat_data + (chat_data[0]) last : int : videoOffsetTimeMs of the last chat_data. diff --git a/pytchat/tool/downloader.py b/pytchat/tool/downloader.py index c187ca7..4cd363e 100644 --- a/pytchat/tool/downloader.py +++ b/pytchat/tool/downloader.py @@ -55,7 +55,6 @@ class Downloader: return ( self.ready_blocks() .remove_duplicate_head() -# .set_temporary_last() .remove_overwrap() .set_temporary_last() .download_blocks()