Mangadex-downloader

Latest version: v3.1.0

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

Scan your dependencies

Page 1 of 11

3.1.0

New features

- Added `mihon` manga info format (`--manga-info-format`)

Fix bugs

- Fixed `--update` option is not working in bundled executable version when updating from v2 to v3
- Fixed `FileNotFoundError` when using `--create-manga-info` with `--manga-info-format=json` [129](https://github.com/mansuf/mangadex-downloader/issues/129)
- Fixed `--use-volume-cover` always use main cover [131](https://github.com/mansuf/mangadex-downloader/issues/131)
- Fixed `--no-track` isn't working after updating to v3.0.0 [133](https://github.com/mansuf/mangadex-downloader/issues/133)

3.0.0

Breaking changes

- Change `--path` behaviour to absolute path with placeholders support
- Now, if a manga that doesn't have no volume, it will get separated (chapters format) rather than being merged into single file called `No volume.cbz` (example). However if you prefer old behaviour (merge no volume chapters into single file) you can use `--create-no-volume`.
- Dropped support for Python v3.8 and v3.9
- Removed `--no-progress-bar` option since it's deprecated (use `--progress-bar-layout=none` instead)
- Removed `--verbose` option since it's deprecated (use `--log-level=DEBUG` instead)
- Removed `--write-tachiyomi-details` option

Improvements

- Refactored code base using ruff linter and black formatter
- The app now showing `X-Request-ID` if the app encountered `Unhandled HTTP error` that can be reported to MangaDex devs
- Missing dependencies error is now closing the application (do not ignore it)
- `ComicInfo.xml` file are now generated for volumes as well
- Options `--start-page` and `--end-page` are now support negative values (relative to end of chapter)

New features

- Added `--login-api-id` and `--login-api-secret` to login with OAuth (you must set `--login-method` with value `oauth`)
- Added `--start-volume` and `--end-volume` to start and stop download chapter from given volume number
- Added `--filename-chapter` option to set filename for chapter formats
- Added `--filename-volume` option to set filename for volume formats
- Added `--filename-single` option to set filename for single formats
- Added `--ignore-missing-chapters` option to ignore missing chapters
- Added `--create-manga-info` option to store manga information in a file
- Added `--manga-info-format` option to change file format for manga information file
- Added `--manga-info-filepath` option to change location to store manga information file.
- Added `--manga-info-only` option to download manga information only (no chapters and volumes)
- Added `--order` option to change chapters released order (newest or oldest)
- Added `--group-nomatch-behaviour` to manage `--group` filter behaviour
- Added `--no-metadata` option to disable metadata creation on any cbz formats
- Added `--page-size` option to manage maximum items fit per page in any commands
- Added `--run-forever` to run the app indefinitely until crashed or stopped manually by user

Fix bugs

- Fix `download.db` is modified if there is not new chapters available.
- Fix `epub-volume` format doesn't adding cover art
- Fix default volume covers behaviour. (See [105](https://github.com/mansuf/mangadex-downloader/issues/105) for more info)
- Fix app stopped downloading list when a manga doesn't have chapters

2.10.3

Fix bugs

- Fixed `cover` command is not working if manga doesn't have covers for specified language
[82](https://github.com/mansuf/mangadex-downloader/issues/82)

2.10.2

Fix bugs

- Fixed `pdf-volume` and `cb7-volume` formats are not working after upgrading to v2.10.x
[78](https://github.com/mansuf/mangadex-downloader/issues/78)

2.10.1

Fix bugs

- Fixed `cbz` format are not working after upgrading to v2.10.0 [74](https://github.com/mansuf/mangadex-downloader/issues/74)

2.10.0

New features

- Added stacked progress bar layout (accessible from `--progress-bar-layout=stacked`) [65](https://github.com/mansuf/mangadex-downloader/issues/65)
- Added `--volume-cover-language` to change volume cover locale [66](https://github.com/mansuf/mangadex-downloader/issues/66)
- Added `--log-level` to change logging level [65](https://github.com/mansuf/mangadex-downloader/issues/65)

Fix bugs

- Fix inconsistent volume cover locale [66](https://github.com/mansuf/mangadex-downloader/issues/66)

Dependencies

- Bump [requests-doh](https://github.com/mansuf/requests-doh) to v0.3.1

Deprecated

- `--no-progress-bar` is deprecated in favor of `--progress-bar-layout`. This option will be removed in v3.0.0
- `--verbose` is deprecated in favor of `--log-level`. This option will be removed in v3.0.0

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.