diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index ff451bc..5a99eff 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -118,12 +118,12 @@ class baseComic: def comicChapterDownload(cls,url): is_next = True #获取本次工程的HOME目录 - try: - htmlUtils.remove_HtmlCache(url) - domains.setdomain(url) - except: - htmlUtils.remove_HtmlCache(url) - cls.comicChapterDownload(url) + #try: + htmlUtils.remove_HtmlCache(url) + domains.setdomain(url) + #except: + # htmlUtils.remove_HtmlCache(url) + # cls.comicChapterDownload(url) (list_img,files_name) = [Comic.getChapterImgs(),Comic.file_chapter_imgs] #保存信息