Skip to content

theincognito-inc/manga-dl

 
 

Repository files navigation

Manga-py Travis CI result

Universal assistant download manga.

Approximately 200+ providers are available now.

Scrutinizer CI result Scrutinizer CI coverage GitHub issues

Code Climate Issue Count GitHub repo size PyPI - size

PyPI - Python Version PyPI PyPI - Downloads

Supported resources

see:

Plans for improvement:

see:

How to use

Installation

  1. Download python 3.5+ https://docs.conda.io/en/latest/miniconda.html#windows-installers
  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

Docker image:

See:

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
# Disable progressbar
manga-py --no-progress http://manga-url-here/manga-name

Embedded example:

https://github.com/manga-py/manga-py/blob/stable_1.x/embedded.md

Help

manga-py -h
# or
manga-py --help

Suported by JetBrains

JetBrains

Manga-py Docker

  1. Install docker
  1. Install manga-py
  1. Run it
docker run -it -v ${PWD}:/home/manga mangadl/manga-py

Or docker-compose:

  1. Install docker compose https://docs.docker.com/compose/install/
  2. Download manga-py-docker https://github.com/manga-py/manga-py-docker/archive/master.zip
  3. Unzip it
  4. Run compose
# build docker
docker-compose build
# run it
docker-compose run 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"

About

Universal manga downloader (for your offline reading)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.5%
  • HTML 9.2%
  • CSS 1.1%
  • Other 1.2%