Girbons / comics-downloader

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

Range with Volumes problem #124

Open ObiSandwich opened 1 year ago

ObiSandwich commented 1 year ago

Describe the bug I cannot download a range of comics that are part of different Volumes.

To Reproduce Steps to reproduce the behavior:

Require issues Volume 4, 078-099 from here; https://readallcomics.com/category/nightwing/

Tried; ./comics-downloader -format=cbz -url=https://readallcomics.com/category/nightwing/ -range=4.78-4.99

./comics-downloader -format=cbz -url=https://readallcomics.com/category/nightwing/ -range=4.078-4.099

./comics-downloader -format=cbz -url=https://readallcomics.com/category/nightwing/ -range=v4.078-v4.099

Expected behavior Issues Volume 4, 078-099 downloaded as individual CBZ.

Desktop (please complete the following information):

Additional context

Does any one know what the correct Range command for this is please?

Girbons commented 1 year ago

Sadly I don't think that we ever supported range functionality in this way using volumes, I need to take a look to see if we can support this new feature

ObiSandwich commented 1 year ago

Cool, thanks. I suppose the difficulty will be the inconsistent URL naming convention.

dissyllabic commented 7 months ago

Also, this is an issue even if you use the -all flag, I tried it on: https://readallcomics.com/category/east-of-west/ and what it does is that it just downloads the first issue of each "year" (in this case). Any suggestions?