diff --git a/utils/base/BaseComicEntity.py b/utils/base/BaseComicEntity.py index c58f032..96be1a6 100644 --- a/utils/base/BaseComicEntity.py +++ b/utils/base/BaseComicEntity.py @@ -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()