This commit is contained in:
caiwx86 2022-12-22 14:22:00 +08:00
parent 9b8c70c1dd
commit 2a5fa0f9db

View File

@ -177,6 +177,7 @@ class comicEntity:
comicInfo.writeComicInfoXML(chapterName)
if chapterAPIPath != None:
chapterAPIUrl = str(chapterAPIUrl).replace("\u0026","&")
base_url = comicInfo.getBaseUrl(chapter_url)
chapterAPIUrl = base_url+chapterAPIPath
data = htmlUtils.getJSON(chapterAPIUrl)