This commit is contained in:
cwx
2022-12-22 13:28:16 +08:00
parent 363b0c409c
commit 02455f96d8
+1 -1
View File
@@ -175,7 +175,7 @@ class comicEntity:
if chapterAPIPath != None:
base_url = comicInfo.getBaseUrl(chapter_url)
chapterAPIUrl = base_url+chapterAPIPath
data = htmlUtils.getJSON(chapterAPIUrl)
data = json.loads(htmlUtils.getJSON(chapterAPIUrl))
data = data.get("chapter")
chapterName = data.get("name")
images = data.get("images")