Skip to content

Klein69/manga-dl

 
 

Repository files navigation

Manga-Downloader Travis CI result

Universal assistant download manga.

Supports more than 250 resources now.

Code Climate Issue Count PyPI - Python Version

Scrutinizer CI result Scrutinizer CI coverage GitHub issues PyPI

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

  1. Download python 3.5+ https://www.anaconda.com/downloads
  2. Install pip package:

    pip install manga-py
  3. Run program:
manga-py http://manga.url/manga/name  # For download manga

Downloading manga

*:warning:For sites with cloudflare protect need installed Node.js*

*:warning:Notice! By default, the mode of multithreaded image loading is enabled*

*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

About

Universal manga downloader (for your offline reading)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.3%
  • HTML 3.2%
  • CSS 1.6%
  • Other 0.9%