Download manga from logged in user library¶
Warning
This method require authentication
mangadex-downloader support download from user library. Just type library
, login, and select which manga you want to download.
For example:
mangadex-dl "library" --login
# You will be prompted to input username and password for login to MangaDex
You can also apply filter to it !
# List all mangas with "Reading" status from user library
mangadex-dl "library:reading" --login
# List all mangas with "Plan to read" status from user library
mangadex-dl "library:plan_to_read" --login
To list all available filters type library:help
mangadex-dl "library:help"
# ...