fix
This commit is contained in:
parent
ceac5dbc49
commit
6df136175a
@ -38,7 +38,7 @@ class RmComicSpider(scrapy.Spider):
|
||||
# 清理多余章节
|
||||
oldUtils().clean_old_files(files=comic_item.get_chapters(), folder=cbz_dir, move_folder=move_folder)
|
||||
for chapter, link in zip(comic_item.get_chapters(), comic_item.get_chapter_href()):
|
||||
if chapter in new_chapter:
|
||||
if ComicPath.chinese_convert(ComicPath.fix_file_name(chapter)) in new_chapter:
|
||||
# 打包导出item数据
|
||||
item = comic_item.load_item(chapter=chapter)
|
||||
# 获取最终存放CBZ的路径
|
||||
|
||||
Loading…
Reference in New Issue
Block a user