- Designed to download manga from various manga websites
- Current integrations:
- Uses mutli-threading to concurrently download chapter images, for faster downloads
- Stitches downloaded images into a single PDF
- Well organised folder structure, along with meta-data i.e. last read timestamp
**Tested on Linux/macOS
- Install latest
pipenv, activate virtualenv (or create one using pipenv) - Install dependencies
- Run
pipenv install
- Run
- Run
python dex --helpto list available commands - Run
python dex <command> --helpto get command specific help
By default, all manga and related files are downloaded into <cloned-repo-dir>/manda_dl/ dir, which can be configured via environment variables, though using .env file is recommended (should be placed at root of <cloned-repo-dir>/).
Sample .env
DEFAULT_STORAGE_PATH=path-to-parent-dir/child-manga-dir/
PS: Make sure executing User has rw: permissions to DEFAULT_STORAGE_PATH

