This commit is contained in:
taizan-hokuto
2020-02-02 22:36:26 +09:00
parent e8510f1116
commit 24f08ecbdb
15 changed files with 19553 additions and 26 deletions

View File

@@ -55,8 +55,9 @@ class Downloader:
return (
self.ready_blocks()
.remove_duplicate_head()
.set_temporary_last()
# .set_temporary_last()
.remove_overwrap()
.set_temporary_last()
.download_blocks()
.remove_duplicate_tail()
.combine()