diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 7832c4c..acd8cd1 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -139,7 +139,8 @@ class comicEntity: try: is_next = cls.comicChapterDownload(chapter_url) except: - is_next = cls.comicChapterDownload(chapter_url,True) + htmlUtils.remove_HtmlCache(chapter_url) + is_next = cls.comicChapterDownload(chapter_url) comicInfo.nextInfoToImgChapter() #下载完成后, 开始解密图片 if scramble: @@ -156,8 +157,8 @@ class comicEntity: return is_next @classmethod - def comicChapterDownload(cls,chapter_url,update): - x = cls.baseComicData(chapter_url,update) + def comicChapterDownload(cls,chapter_url,c_update): + x = cls.baseComicData(chapter_url,c_update) bookName = x.get("bookName") chapterName = x.get("chapterName") #fileUtils.saveConfComicChapterInfo(chapterName,x,bookName)