mangadex-downloader icon indicating copy to clipboard operation
mangadex-downloader copied to clipboard

Add option to batch download any selectable prompt (library, list, followed-list, etc)

Open basilelt opened this issue 1 year ago • 2 comments

The idea

Hello, it would be nice to be able to download all the titles from a group by only giving the group id to the downloader instead of having to select those one by one.

Thank you very much for your work :)

Why this feature should be added to the app ?

It would save a lot of time.

basilelt avatar Aug 31 '22 19:08 basilelt

Added to v2.0.0 development, this feature will be added soon (no ETA, because i have lots of stuff to do).

Anyway, thanks for the idea ✨.

mansuf avatar Sep 01 '22 01:09 mansuf

Thank you for your response !

I also just saw that user library download works in the same way (selecting which title I would want to download) and having an option to download them all would also save a lot of time for people wanting to archive their followed titles.

basilelt avatar Sep 01 '22 12:09 basilelt

Added in https://github.com/mansuf/mangadex-downloader/pull/25/commits/76d7ab62a14bf822111c899e0a560bfc210bdb9b

You can install development version if you want to try it early.

pip install -U git+https://github.com/mansuf/mangadex-downloader.git@76d7ab62a14bf822111c899e0a560bfc210bdb9b

Edit: Forgot to mention, you can use it from --input-pos option

# Download all
mangadex-dl "library" --input-pos "*"

# Download from position 1
mangadex-dl "library" --input-pos "1"

mansuf avatar Sep 06 '22 04:09 mansuf

I thank you so much for that ! Works fine for library and can even check if it's already downloaded.

basilelt avatar Sep 06 '22 14:09 basilelt