Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
538 stars 68 forks source link

Downloads stopped working on comicextra.com . error shows as <Response [500]> #183

Closed FuchiK0ma closed 2 years ago

FuchiK0ma commented 5 years ago

Command given: comic_dl.exe --convert cbz -i "https://www.comicextra.com/comic/the-amazing-spider-man-2018" --verbose

Expected it to download and convert to cbz, which it did for the first 5 chapter.

Then it throws up errors, and even if I try to download a specific chapter it doesn't work.

https://gist.github.com/FuchiK0ma/e8dc8fa052bdc480eea2660cf2045548

(couldn't figure out how to make that gist show up in here...

darodi commented 5 years ago

I haven't tried the last binary release but last sources seem to work fine

__main__.py  --convert cbz -i "https://www.comicextra.com/comic/the-amazing-spider-man-2018" --verbose

***Starting the script in Verbose Mode***

[Comic-dl] Done : The Amazing Spider Man 2018 [1] : 100%|#############################################################################################################################################| 46/46 [00:06<00:00,  7.36image(s)/s]
CBZ File : d:\downloads\Apps\comic-dl\comic_dl\The Amazing Spider Man 2018\The Amazing Spider Man 2018 - Ch 1
[Comic-dl] Done : The Amazing Spider Man 2018 [2] : 100%|#############################################################################################################################################| 24/24 [00:03<00:00,  6.70image(s)/s]
CBZ File : d:\downloads\Apps\comic-dl\comic_dl\The Amazing Spider Man 2018\The Amazing Spider Man 2018 - Ch 2
[Comic-dl] Done : The Amazing Spider Man 2018 [3] : 100%|#############################################################################################################################################| 25/25 [00:03<00:00,  7.10image(s)/s]
CBZ File : d:\downloads\Apps\comic-dl\comic_dl\The Amazing Spider Man 2018\The Amazing Spider Man 2018 - Ch 3
[Comic-dl] Done : The Amazing Spider Man 2018 [4] : 100%|#############################################################################################################################################| 23/23 [00:04<00:00,  5.71image(s)/s]
CBZ File : d:\downloads\Apps\comic-dl\comic_dl\The Amazing Spider Man 2018\The Amazing Spider Man 2018 - Ch 4
FuchiK0ma commented 5 years ago

I'm using the current windows pre-compiled exe

Xonshiz commented 5 years ago

So, is this issue solved? I mean, the latest binary gets the job done, right? Or is it still faulty?