gromenauer / manga-py

Universal manga downloader (for your offline reading)

Home Page:https://yuru-yuri.github.io/manga-dl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation on the Android

See manga-py#48

Downloading manga

⚠️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/<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)

https://yuru-yuri.github.io/manga-dl/

License:MIT License


Languages

Language:Python 77.6%Language:HTML 12.8%Language:CSS 5.5%Language:JavaScript 2.6%Language:Shell 1.5%