diss exp
This commit is contained in:
parent
3c989c91f1
commit
45a846881e
@ -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()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user