fix
This commit is contained in:
parent
9b8c70c1dd
commit
2a5fa0f9db
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user