1 Manga-py |Travis CI result stable1.x|
2 ==========================================
4 Universal assistant download manga.
5 '''''''''''''''''''''''''''''''''''
7 Approximately 200+ providers are available now.
8 '''''''''''''''''''''''''''''''''''''''''''''''
10 |Scrutinizer CI result| |Scrutinizer CI coverage| |GitHub issues| |Travis CI result|
12 |Code Climate| |Issue Count|
14 |GitHub repo size| |PyPI - size|
16 |PyPI - Python Version| |PyPi version| |PyPI - Downloads|
23 - https://manga-py.com/manga-py/#resources-list
24 - https://manga-py.github.io/manga-py/#resources-list (alternative)
25 - https://yuru-yuri.github.io/manga-py/#resources-list (deprecated)
39 1) Download python 3.6+ https://docs.conda.io/en/latest/miniconda.html
40 2) Install pip package:
50 manga-py http://manga.url/manga/name # For download manga
52 Installation on the Android
53 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
54 See https://github.com/manga-py/manga-py/issues/48
60 - https://hub.docker.com/r/mangadl/manga-py/tags?page=1&ordering=last_updated
66 **:warning: For sites with cloudflare protect need installed Node.js**
68 **:warning: Notice! By default, the mode of multithreaded image loading is enabled**
70 **To change this behavior, add the key --no-multi-threads**
74 # download to "./Manga/<manga-name-here>" directory
75 manga-py http://manga-url-here/manga-name
76 # download to "./Manga/Manga Name" directory
77 manga-py http://manga-url-here/manga-name --name 'Manga Name'
78 # or download to /manga/destination/path/<manga-name-here> directory
79 manga-py http://manga-url-here/manga-name -d /manga/destination/path/
81 manga-py --skip-volumes 3 http://manga-url-here/manga-name
82 # skip 3 volumes and download 2 volumes
83 manga-py --skip-volumes 3 --max-volumes 2 http://manga-url-here/manga-name
84 # reverse volumes downloading (24 -> 1)
85 manga-py --reverse-downloading http://manga-url-here/manga-name
87 manga-py --no-progress http://manga-url-here/manga-name
92 https://github.com/manga-py/manga-py/blob/stable_1.x/embedded.md
103 Suported by JetBrains
104 ---------------------
113 - Summary https://docs.docker.com/install/
114 - Mac https://docs.docker.com/docker-for-mac/install/
115 - Windows https://docs.docker.com/docker-for-windows/install/
122 docker pull mangadl/manga-py
129 docker run -it -v ${PWD}:/home/manga mangadl/manga-py
132 For `manga-py >= 1.18`, the transfer of login / password / language / translation group has been added:
136 manga-py http://... --arguments language=en login=my-login "password=secured-#\!Password" "translator=Awesome group"
139 .. |Travis CI result stable1.x| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=stable_1.x
140 :target: https://travis-ci.com/manga-py/manga-py/branches
142 .. |Travis CI result| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=1.29.5
143 :target: https://travis-ci.com/manga-py/manga-py/branches
145 .. |Code Climate| image:: https://codeclimate.com/github/manga-py/manga-py/badges/gpa.svg
146 :target: https://codeclimate.com/github/manga-py/manga-py
147 .. |Issue Count| image:: https://codeclimate.com/github/manga-py/manga-py/badges/issue_count.svg
148 :target: https://codeclimate.com/github/manga-py/manga-py
149 .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/manga-py.svg
150 :target: https://pypi.org/project/manga-py/
151 .. |Scrutinizer CI result| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/quality-score.png?b=stable_1.x
152 :target: https://scrutinizer-ci.com/g/manga-py/manga-py
153 .. |Scrutinizer CI coverage| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/coverage.png?b=stable_1.x
154 :target: https://scrutinizer-ci.com/g/manga-py/manga-py
155 .. |GitHub issues| image:: https://img.shields.io/github/issues/manga-py/manga-py.svg
156 :target: https://github.com/manga-py/manga-py/issues
157 .. |PyPi version| image:: https://badge.fury.io/py/manga-py.svg
159 :target: https://pypi.org/project/manga-py/
160 .. |JetBrains logo| image:: https://github.com/yuru-yuri/manga-py/raw/stable_1.x/.github/jetbrains.png
162 :target: https://www.jetbrains.com/?from=manga-py
163 .. |MicroBadger Layers| image:: https://img.shields.io/microbadger/layers/mangadl/manga-py
164 :alt: MicroBadger Layers
165 .. |MicroBadger Size| image:: https://img.shields.io/microbadger/image-size/mangadl/manga-py
166 :alt: MicroBadger Size
167 .. |GitHub repo size| image:: https://img.shields.io/github/repo-size/manga-py/manga-py
168 :alt: GitHub repo size
169 .. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/manga-py
170 :alt: PyPI - Downloads
171 .. |PyPI - size| image:: https://img.shields.io/badge/dynamic/json?label=PyPI%20size&query=%24.size&url=https%3A%2F%2Fpip.sttv.me%2Fmanga-py.json%3Fhuman-size%3Dtrue%26index%3D0%26version%3D1.29.5