see:
- https://manga-py.com/manga-py/#resources-list
- https://manga-py.github.io/manga-py/#resources-list (alternative)
- https://yuru-yuri.github.io/manga-py/#resources-list (deprecated)
- Robert M.
- Download python 3.6+ https://docs.conda.io/en/latest/miniconda.html
- Install pip package:
pip install manga-py
- Run program:
manga-py http://manga.url/manga/name # For download manga
See manga-py#48
See:
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
# Disable progressbar
manga-py --no-progress http://manga-url-here/manga-name
https://github.com/manga-py/manga-py/blob/stable_1.x/embedded.md
manga-py -h
# or
manga-py --help
- Install docker
- Install manga-py
docker pull mangadl/manga-py
- Run it
docker run -it -v ${PWD}:/home/manga mangadl/manga-py
For manga-py >= 1.18, the transfer of login / password / language / translation group has been added:
manga-py http://... --arguments language=en login=my-login "password=secured-#\!Password" "translator=Awesome group"