fix
This commit is contained in:
parent
9b8c70c1dd
commit
2a5fa0f9db
@ -177,6 +177,7 @@ class comicEntity:
|
|||||||
comicInfo.writeComicInfoXML(chapterName)
|
comicInfo.writeComicInfoXML(chapterName)
|
||||||
|
|
||||||
if chapterAPIPath != None:
|
if chapterAPIPath != None:
|
||||||
|
chapterAPIUrl = str(chapterAPIUrl).replace("\u0026","&")
|
||||||
base_url = comicInfo.getBaseUrl(chapter_url)
|
base_url = comicInfo.getBaseUrl(chapter_url)
|
||||||
chapterAPIUrl = base_url+chapterAPIPath
|
chapterAPIUrl = base_url+chapterAPIPath
|
||||||
data = htmlUtils.getJSON(chapterAPIUrl)
|
data = htmlUtils.getJSON(chapterAPIUrl)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user