This commit is contained in:
cwx
2023-01-15 21:54:21 +08:00
parent fd728724c1
commit 934d753778
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class comicCommon:
base_url = comicInfo.getBaseUrl(chapter_url)
chapter_api_url = base_url+chapter_api_path
ntfy.sendMsg(f"chapterApiUrl= {chapter_api_url}",alert=False)
data = htmlUtils.getJSON(chapter_api_url)
data = htmlUtils.getJSON(chapter_api_url,update=True)
if data != None:
data = data.get("chapter")
chapter_name = data.get("name")