Mangadex-downloader

Latest version: v2.10.3

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

Scan your dependencies

Page 9 of 11

0.6.0

New features

- Added `pdf-single` save as format
- Added `cbz` (Comic Book Archive) save as format
- Added `cbz-single` save as format
- Now, you can download a list (`https://mangadex.org/list/...`) or a chapter (`https://mangadex.org/chapter/...`)
- Added `--type` option to override type MangaDex url
- Added `--start-page` option, start download chapter page from given page number
- Added `--end-page` option, stop download chapter page from give page number

Misc

- Much better error handling
- Optimized app

0.5.2

Fix bugs

- Fixed `--update` option is not working
- Fixed unhandled exception if `--start-chapter` is more than `--end-chapter`

Misc
- Optimized app
- Better error handling

------

Binary that has no architecture inside filename is x86 type, and it's deprecated from now.

0.5.1

Fix bugs

- Fixed critical `ModuleNotFoundError` for those who installed from PyPI

Traceback (most recent call last):
File "...\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "...\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "...\Python\Python310\Scripts\mangadex-downloader.exe\__main__.py", line 4, in <module>
File "...\Python\Python310\site-packages\mangadex_downloader\__init__.py", line 13, in <module>
from .main import *
File "...\Python\Python310\site-packages\mangadex_downloader\main.py", line 19, in <module>
from .format import default_save_as_format, get_format
ModuleNotFoundError: No module named 'mangadex_downloader.format'


------

Binary that has no architecture inside filename is x86 type, and it's deprecated from now.

0.5.0

Note

~~PyPI version is broken, the fixes is already on the way.~~
**The fixes is released in [`v0.5.1`](https://github.com/mansuf/mangadex-downloader/releases/tag/v0.5.1)**

Fix bugs
- Fixed oneshot chapter is unproperly parsed https://github.com/mansuf/mangadex-downloader/commit/d4daf0f78d1210438e8d0beb4eb18e497d4e965c
- Fix chapters are sometimes in string not in numbers 7 https://github.com/mansuf/mangadex-downloader/commit/2d4c6e94358efb05093ab48faa00cfc1113c98a1
- Fix `ConnectionError` https://github.com/mansuf/mangadex-downloader/commit/24ccfd4d6ad8fcdb953274297dcbabfdbca00dd3

New features
- Added `none` type in `--cover` option, if the value is `none` it will not download cover manga. https://github.com/mansuf/mangadex-downloader/commit/d3f8ae124a1883f67b5857ad47510655cbfd8d29
- Added save as format, available in 3 formats: `{tachiyomi, tachiyomi-zip, pdf}`. Default to `tachiyomi` https://github.com/mansuf/mangadex-downloader/commit/d4daf0f78d1210438e8d0beb4eb18e497d4e965c
- Added PDF support https://github.com/mansuf/mangadex-downloader/commit/e8a21adc470b59794bfaad63975c72eb6e961a85
- Added Tachiyomi zipped support https://github.com/mansuf/mangadex-downloader/commit/5a2e1a6d8aad30c11dfa40e8205f685eda5546f4

Misc
- From now mangadex-downloader will no longer support Python 3.5, 3.6 and 3.7

------

Binary that has no architecture inside filename is x86 type, and it's deprecated from now.

0.4.2

Fix bugs
- Fixed sometimes manga are failed to get volumes https://github.com/mansuf/mangadex-downloader/commit/84eacef27485ae3dab5ffe8e96ac759b5eb816c9
- Fixed additional info manga are not appeared in Tachiyomi local https://github.com/mansuf/mangadex-downloader/commit/db3f04a35d8649f3d948dfffe555fa503019983f
- Fixed uncomplete artists and authors in manga https://github.com/mansuf/mangadex-downloader/commit/a28f0208ab8bf4da5e18a033cb8b8f60c5d6b80e
- Fixed app still running when `--start-chapter` are more than `--end-chapter` https://github.com/mansuf/mangadex-downloader/commit/9d7919e48d29feff03543e304b7c18350acfa8d3
- Fixed app throwing error if one of chapters has no images https://github.com/mansuf/mangadex-downloader/commit/287556bd6fe0e7fbb8d596263687ec52c1c9853e

New features
- Added auth handler. If login and logout is failed it will try again 5 times, if still failed it will exit (login) or ignored (logout) https://github.com/mansuf/mangadex-downloader/commit/097ea4cba330ca1a92df73a7d452d81cf92c4da3
- Added `--cover` option, select quality cover to download [read more here](https://mangadex-downloader.readthedocs.io/en/stable/usage_cli.html#images-related) https://github.com/mansuf/mangadex-downloader/commit/7e65ffb851dc093fefa72dd824619258dd60c082

Misc
- Changed license from The Unlicense to MIT License. From now the app will be released under MIT License.

0.4.1

Fix bugs
- Fixed error if selected manga with different translated language has no chapters. https://github.com/mansuf/mangadex-downloader/commit/45524b14b67f597d826f69998c2ed9aecf82a714
- Fixed sometimes manga are failed to get chapters. https://github.com/mansuf/mangadex-downloader/commit/dcc6cad0979943c604f423c3d833d89e358c0eaf

Misc
- From now the app will fetch the chapters first before download the covers, writing details, etc. https://github.com/mansuf/mangadex-downloader/commit/0458a4d92c565815d55d3569f7976d2652a2edd2

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.