This commit is contained in:
cwx
2023-02-12 14:21:13 +08:00
parent 481a8583ed
commit 5c41ec9dd7
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class baseComic:
is_next = verUtils.verNextCBZ(list_img)
repeat = 1
while not is_next and repeat <= 2:
download_images(list_img,ci.getDirComicChapter(), files_name=files_name,timeout=20)
download_images(list_img,ci.getDirComicChapter(), files_name=files_name,concurrency=5,timeout=60)
is_next = len(",".join(os.listdir(ci.getDirComicChapter())).split(".jpg"))-1 == len(list_img)
if not is_next:
sleep_time = 3+int(repeat)*2