This commit is contained in:
caiwx86 2023-04-05 00:34:48 +08:00
parent bf3eb96992
commit a5d1f919f4

View File

@ -118,12 +118,11 @@ class baseComic:
def comicChapterDownload(cls,url):
is_next = True
#获取本次工程的HOME目录
#try:
htmlUtils.remove_HtmlCache(url)
try:
domains.setdomain(url)
#except:
# htmlUtils.remove_HtmlCache(url)
# cls.comicChapterDownload(url)
except:
htmlUtils.remove_HtmlCache(url)
cls.comicChapterDownload(url)
(list_img,files_name) = [Comic.getChapterImgs(),Comic.file_chapter_imgs]
#保存信息