Mangadex-downloader

Latest version: v3.1.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

1.7.1

Not secure
Fix bugs

- Fixed the app won't start [28](https://github.com/mansuf/mangadex-downloader/issues/28).
- Fixed `-doh` or `--dns-over-https` option are not working.

1.7.0

Not secure
New features

- Added ability to download manga from scanlator group
- Added new search filter
- `group`
- Added new config
- `dns_over_https`

Improvements

- Added delay to each failed HTTP(s) requests (Delay time formula: `attempt * 0.5`).
If `--delay-requests` is set, delay time will be used from `--delay-requests` instead.
- Simplified error message [[notes]](notes-simplified-error-message)

Dependencies

- Pinned `requests-doh` library version to 0.2.2

Notes: Simplified error message <a id="notes-simplified-error-message"></a>

Error message has been simplified, no more showing usage on every error thrown.

Before

shell
$ mangadex-dl "library:ayeeee lmao"
usage: mangadex-dl [-h] [--type {manga,list,chapter,legacy-manga,legacy-chapter}] [--path FOLDER] [--replace]
[--verbose] [--unsafe] [--search] [--search-filter SEARCH_FILTER] [--use-alt-details]
[--group GROUP_ID] [-lang LANGUAGE] [--list-languages] [--start-chapter CHAPTER]
[--end-chapter CHAPTER] [--no-oneshot-chapter] [--no-group-name] [--use-chapter-title]
[--range RANGE] [--start-page NUM_PAGE] [--end-page NUM_PAGE] [--use-compressed-image]
[--cover {original,512px,256px,none}] [--login] [--login-username USERNAME]
[--login-password PASSWORD] [--login-cache]
[--save-as {raw,raw-volume,raw-single,tachiyomi,tachiyomi-zip,pdf,pdf-volume,pdf-single,cbz,cbz-volume,cbz-single,cb7,cb7-volume,cb7-single}]
[--proxy SOCKS / HTTP Proxy] [--proxy-env] [--force-https] [--delay-requests TIME_IN_SECONDS]
[--dns-over-https PROVIDER] [--timeout TIME_IN_SECONDS] [-pipe] [--no-verify] [-v] [--update]
URL
mangadex-dl: error: ayeeee lmao are not valid status, choices are {reading, on_hold, plan_to_read, completed, dropped, re_reading}


After

shell
$ mangadex-dl "library:ayeeee lmao"
Error: ayeee lmao are not valid status, choices are {dropped, completed, on_hold, plan_to_read, re_reading, reading}

1.6.2

Not secure
Fix bugs

- Fixed duplicate `ComicInfo.xml` in `cbz` format when app is in verifying files state [27](https://github.com/mansuf/mangadex-downloader/pull/27).

1.6.1

Not secure
Improvements

- Added `ComicInfo.xml` for `cbz` format.
This file is useful for showing details of manga (if an reader support `ComicInfo.xml` file) [26](https://github.com/mansuf/mangadex-downloader/pull/26).

1.6.0

Not secure
New features

- Added DNS-over-HTTPS support
- Added ability to set timeout for each HTTP(s) requests

1.5.0

Not secure
New features

- Added ability to throttle requests [24](https://github.com/mansuf/mangadex-downloader/issues/24)

Fix bugs

- Fixed error `Too many open files` in Unix-based systems when downloading manga in any `pdf` format
- Fixed false owner list name when executing command `list:<user-id>`
- Fixed unproperly parsed `list` command

Improvements

- Do not re-download cover manga when it already exist [23](https://github.com/mansuf/mangadex-downloader/issues/23)

Dependencies

- Bump py7zr to v0.20.0

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.