Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 756 Bytes

Description

Python CLI to download chapters from MangaDex. You can:

  1. Download chapters by id or url
  2. Download chapters from title

Download and use

  1. Download repository
git clone https://github.com/likeinlife/async-dex-parser.git
  1. Download dependencies
pip install .
  1. Use
python -m dex_parser --help

Env variables

  • THREADS (default - 5) - connection count at the same time. Recommended to set under 15
  • TIMEOUT_INT (default - 30) - seconds to make connection with mangadex server
  • LOGGING_LEVEL (default - logging.INFO)
  • NAME_MAX_LENGTH: int = Field(40) - the maximum length of the title
  • LOGS_MAX_SIZE (default - 256) - in bytes
  • ENABLE_STREAM_HANDLER (default - False) - print logs to console