This commit is contained in:
caiwx86 2022-12-22 14:11:10 +08:00
parent 33121ce960
commit 95a6e0a860

View File

@ -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)