fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user