see https://yuru-yuri.github.io/manga-dl/#resources-list
see https://yuru-yuri.github.io/manga-dl/improvement.html
1) Download python 3.5+
https://www.python.org/downloads/
2) Install pip package:
pip install manga-py
3) Run program:
*nix, MacOS:
manga-py --gui # gui mode (Not worked now. In develop)
manga-py http://manga.url/manga/name # For download manga
Windows
3.1) Press < Win+r >
3.2) Enter cmd
3.2.1) Gui in develop
3.3) Press < Enter >
3.4) See *nix instruction
⚠️For sites with cloudflare protect need installed Node.js
⚠️Notice! By default, the mode of multithreaded image loading is enabled
To change this behavior, add the key --no-multi-threads
# download to "./Manga" directory
manga-py http://manga-url-here/manga-name
# download to "./Manga Name" directory
manga-py http://manga-url-here/manga-name --name 'Manga Name'
# or download to /manga/destination/path/ directory
manga-py http://manga-url-here/manga-name -d /manga/destination/path/
# skip 3 volumes
manga-py --skip-volumes 3 http://manga-url-here/manga-name
# skip 3 volumes and download 2 volumes
manga-py --skip-volumes 3 --max-volumes 2 http://manga-url-here/manga-name
# reverse volumes downloading (24 -> 1)
manga-py --reverse-downloading http://manga-url-here/manga-name
manga-py --no-progress http://manga-url-here/manga-name # Disable progressbar
manga-py -h
# or
manga-py --help
cd manga-dl
docker build -t MangaDownloader . # build a docker image
docker run -v /path/to/store/mangas:/app/Manga MangaDownloader ./manga.py http://manga-url-here/manga-name # run it