Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
457 stars 49 forks source link

Question on mangadex behavior #41

Closed Church- closed 4 years ago

Church- commented 4 years ago

So when attempting to download all issues of a manga off mangadex say via

 /opt/bin/comic-dl -url=https://mangadex.org/title/23569/gokushufudou-the-way-of-the-house-husband -all -images-only -output /media/Media/Comics/

It will return

[noah@nixos:/media/Media/Comics/manga/mangadex.org]$ /opt/bin/comic-dl -url=https://mangadex.org/title/23569/gokushufudou-the-way-of-the-house-husband -all -images-only -output /media/Media/Comics/
WARN[0000] `all` and `last` parameters are not supported  site="https://mangadex.org/title/23569/gokushufudou-the-way-of-the-house-husband"
INFO[0000] Downloading...                                url="https://mangadex.org/title/23569/gokushufudou-the-way-of-the-house-husband"
ERRO[0000] could not get chapter 23569: got unexpected status: error 

What exactly is the correct method to download all issues for a manga on magadex then? I assumed -all would be supported.

Girbons commented 4 years ago

Hi @Church-, I'm sorry but all and last parameters are not supported for mangadex. My bad, README is not explicit about that.

I've added a new section in the readme https://github.com/Girbons/comics-downloader#options-supported.