This commit is contained in:
caiwx86 2022-12-22 14:27:10 +08:00
parent ca2a600f13
commit f583abdf0e

View File

@ -180,6 +180,7 @@ class comicEntity:
if chapterAPIPath != None:
base_url = comicInfo.getBaseUrl(chapter_url)
chapterAPIUrl = base_url+chapterAPIPath
ntfy.sendMsg(f"chapterApiUrl= {chapterAPIUrl}")
data = htmlUtils.getJSON(chapterAPIUrl)
data = data.get("chapter")
chapterName = data.get("name")