fix
This commit is contained in:
parent
bf3eb96992
commit
a5d1f919f4
@ -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]
|
||||
#保存信息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user