Change process order
This commit is contained in:
@@ -7,7 +7,8 @@ class Block:
|
|||||||
index of this block on block list.
|
index of this block on block list.
|
||||||
|
|
||||||
first : int :
|
first : int :
|
||||||
videoOffsetTimeMs of chat_data[0]
|
videoOffsetTimeMs of the first chat_data
|
||||||
|
(chat_data[0])
|
||||||
|
|
||||||
last : int :
|
last : int :
|
||||||
videoOffsetTimeMs of the last chat_data.
|
videoOffsetTimeMs of the last chat_data.
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ class Downloader:
|
|||||||
return (
|
return (
|
||||||
self.ready_blocks()
|
self.ready_blocks()
|
||||||
.remove_duplicate_head()
|
.remove_duplicate_head()
|
||||||
# .set_temporary_last()
|
|
||||||
.remove_overwrap()
|
.remove_overwrap()
|
||||||
.set_temporary_last()
|
.set_temporary_last()
|
||||||
.download_blocks()
|
.download_blocks()
|
||||||
|
|||||||
Reference in New Issue
Block a user