Manga-dlp

Latest version: v2.4.1

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

Scan your dependencies

Page 2 of 6

2.2.19

Added
- First version of the chapter cache (very basic functionality)
Fixed
- Fixed all exception re-raises to include the original stack trace
Changed
- Simplified chapter download loop

2.2.18

Fixed
- Fixed manga titles on non english language
- Fixed title & filename fixing to not use `ascii` but `uft8`
Added
- Fallback title to english of none was found in requested language
- More debug logs
- More tests
Changed
- Now uses the first found alt-title. Before it was the last
- Removed `sys.exit` in the api

2.2.17

Fixed
- Set a timeout of 10 seconds for the api requests
Added
- `--name-format` and `--name-format-none` flags to add a custom naming scheme for the downloaded files. See
docs: https://manga-dlp.ivn.sh/download/
- More debug log messages
- More tests for the custom naming scheme
- More type hints
Changed
- Make `--format` a `click.Choice` option
- In the `--format` option the leading dot is now invalid. `--format .cbz` -> `--format cbz`
- Changed empty values from the api from None to an empty string
- Minor code readability improvements

2.2.16

Fixed
- Log level is now fixed and should not default to 0
- Docker schedule should now work again
Changed
- Integrate logging logs to loguru via custom sink
- Simplify docker shell scripts

2.2.15

Added
- `--warn` and `--loglevel` flags
Removed
- Remove `--lean` and `--verbose` flags and remove custom log levels
Changed
- Move from standard library logging to [loguru](https://loguru.readthedocs.io/en/stable/index.html)
- Move from standard library argparse to [click](https://click.palletsprojects.com/en/8.1.x/)

2.2.14

Changed
- Changed logging format to ISO 8601
- Small logging corrections

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.