comic-dl icon indicating copy to clipboard operation
comic-dl copied to clipboard

www.ac.qq.com broken

Open darodi opened this issue 5 years ago • 1 comments

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.

darodi avatar Oct 11 '18 20:10 darodi

Thanks for sharing the info. I'll look into this as soon as possible and get this fixed.

Xonshiz avatar Dec 17 '18 13:12 Xonshiz