diss exp
This commit is contained in:
parent
3c989c91f1
commit
45a846881e
@ -84,8 +84,9 @@ class baseComic:
|
||||
is_next = True
|
||||
if not str(chapter_url).startswith("http"): chapter_url = ci.getBaseUrl() + chapter_url
|
||||
#下载图片
|
||||
try: is_next = cls.comicChapterDownload(chapter_url)
|
||||
except: htmlUtils.remove_HtmlCache(chapter_url)
|
||||
#try:
|
||||
is_next = cls.comicChapterDownload(chapter_url)
|
||||
#except: htmlUtils.remove_HtmlCache(chapter_url)
|
||||
ci.nextInfoToImgChapter()
|
||||
#下载完成后, 开始解密图片
|
||||
chapter_dir = ci.getDirComicChapter()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user