Change process order
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -55,7 +55,6 @@ class Downloader:
|
||||
return (
|
||||
self.ready_blocks()
|
||||
.remove_duplicate_head()
|
||||
# .set_temporary_last()
|
||||
.remove_overwrap()
|
||||
.set_temporary_last()
|
||||
.download_blocks()
|
||||
|
||||
Reference in New Issue
Block a user