This commit is contained in:
caiwx86 2022-12-21 00:57:54 +08:00
parent e235c51e03
commit 65c1c69588

View File

@ -167,7 +167,6 @@ class comicEntity:
description = x.get("description")
images = x.get("images")
chapterAPIPath = x.get("chapterAPIPath")
ntfy.sendMsg(f"{bookName} {chapterName} 下载中")
comicInfo.setComicName(bookName)
comicInfo.setChapterName(chapterName)
comicInfo.setDep(description)
@ -230,5 +229,6 @@ class comicEntity:
except:
ntfy(f"删除失败 {cbz_path}")
if is_next:
ntfy.sendMsg(f"{bookName} {chapterName} 下载中")
download_images(list_img,comicInfo.getDirComicChapter(), filesName=list_fileName)
return is_next