fix
This commit is contained in:
parent
ca2a600f13
commit
f583abdf0e
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user