diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index f4b5989..24be582 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -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")