fix
This commit is contained in:
parent
0a8b66ed36
commit
2bc2f1ea2a
@ -108,7 +108,7 @@ class ImgDownloadPipeline(BaseImagesPipeline):
|
||||
images_file = oldUtils().old_images(folder=chapter_dir)
|
||||
images_urls = ComicLoader(item=item).get_image_urls()
|
||||
# 校验数据是正确
|
||||
if len(images_file) != len(images_urls): return
|
||||
if len(images_file) != len(images_urls) or len(images_urls) == 0: return
|
||||
super().update_icon(item)
|
||||
# CBZ文件是否已存在
|
||||
if fu.exists(cbz_path):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user