This commit is contained in:
caiwx86 2023-04-05 00:32:21 +08:00
parent 68702b4837
commit 51ba6c1abe

View File

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