comic-dl
comic-dl copied to clipboard
www.ac.qq.com broken
in comic_dl.sites.acQQ.AcQq#full_series
chapter_list = "http://m.ac.qq.com/GetData/getChapterList?id=" + str(comic_name)
source, cookies = globalFunctions.GlobalFunctions().page_downloader(manga_url=chapter_list)
content_json = json.loads(str(source))
that url doesn't return a json anymore.
Thanks for sharing the info. I'll look into this as soon as possible and get this fixed.