This commit is contained in:
caiwx86 2023-04-01 13:53:08 +08:00
parent 3c989c91f1
commit 45a846881e

View File

@ -84,8 +84,9 @@ class baseComic:
is_next = True is_next = True
if not str(chapter_url).startswith("http"): chapter_url = ci.getBaseUrl() + chapter_url if not str(chapter_url).startswith("http"): chapter_url = ci.getBaseUrl() + chapter_url
#下载图片 #下载图片
try: is_next = cls.comicChapterDownload(chapter_url) #try:
except: htmlUtils.remove_HtmlCache(chapter_url) is_next = cls.comicChapterDownload(chapter_url)
#except: htmlUtils.remove_HtmlCache(chapter_url)
ci.nextInfoToImgChapter() ci.nextInfoToImgChapter()
#下载完成后, 开始解密图片 #下载完成后, 开始解密图片
chapter_dir = ci.getDirComicChapter() chapter_dir = ci.getDirComicChapter()