fix
This commit is contained in:
parent
d995cb77a7
commit
06677711a8
@ -170,7 +170,7 @@ class ImgDownloadPipeline(BaseImagesPipeline):
|
||||
# logging.info(f"downloading {image_url} --> IMAGE_STORE {image_path}")
|
||||
down_queue.append((image_url, os.path.join(IMAGES_STORE, image_path)))
|
||||
if len(down_queue) > 0:
|
||||
download_images(down_queue, max_retries=5)
|
||||
download_images(down_queue, max_retries=3)
|
||||
|
||||
def item_completed(self, results, item, info):
|
||||
cbz_path = super().get_file_path(item, result_type="cbz")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user