Manga-Downloader
Universal assistant download manga.
Supports more than 250 resources now.
Supported resources
see https://yuru-yuri.github.io/manga-dl/#resources-list
Plans for improvement:
see https://yuru-yuri.github.io/manga-dl/improvement.html
How to use
Installation
Download python 3.5+ https://www.anaconda.com/downloads
Install pip package:
pip install manga-py
Run program:
manga-py http://manga.url/manga/name # For download manga
Downloading manga
*
*
*To change this behavior, add the key --no-multi-threads*
# download to "./Manga/<manga-name-here>" directory
manga-py http://manga-url-here/manga-name
# download to "./Manga/Manga Name" directory
manga-py http://manga-url-here/manga-name --name 'Manga Name'
# or download to /manga/destination/path/<manga-name-here> 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
Help
manga-py -h
# or
manga-py --help