descriptionManga downloader (Python based)
homepage URLhttps://yuru-yuri.github.io/manga-dl/
repository URLhttps://github.com/yuru-yuri/manga-dl.git
ownersttvpc@gmail.com
last changeSun, 16 Apr 2023 08:28:15 +0000 (16 11:28 +0300)
last refreshSat, 27 Apr 2024 07:26:13 +0000 (27 09:26 +0200)
content tags
add:
README.rst
Manga-py |Travis CI result stable1.x|
==========================================

Universal assistant download manga.
'''''''''''''''''''''''''''''''''''

Approximately 200+ providers are available now.
'''''''''''''''''''''''''''''''''''''''''''''''

|Scrutinizer CI result| |Scrutinizer CI coverage| |GitHub issues| |Travis CI result|

|Code Climate| |Issue Count|

|GitHub repo size| |PyPI - size|

|PyPI - Python Version| |PyPi version| |PyPI - Downloads|

Supported resources
-------------------

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)


Thanks for support
~~~~~~~~~~~~~~~~~~
1. Robert M.


How to use
----------

Installation
~~~~~~~~~~~~

1) Download python 3.6+ https://docs.conda.io/en/latest/miniconda.html
2) Install pip package:

.. code:: bash

   pip install manga-py

3) Run program:

.. code:: bash

    manga-py http://manga.url/manga/name  # For download manga

Installation on the Android
~~~~~~~~~~~~~~~~~~~~~~~~~~~
See https://github.com/manga-py/manga-py/issues/48

Docker image:
~~~~~~~~~~~~~
See:

- https://hub.docker.com/r/mangadl/manga-py/tags?page=1&ordering=last_updated


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**

.. code:: bash

    # 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
----

.. code:: bash

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

Suported by JetBrains
---------------------
|JetBrains logo|


Manga-py Docker
---------------

1. Install docker

  - Summary https://docs.docker.com/install/
  - Mac https://docs.docker.com/docker-for-mac/install/
  - Windows https://docs.docker.com/docker-for-windows/install/


2. Install manga-py

.. code:: bash

    docker pull mangadl/manga-py


3. Run it

.. code:: bash

    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:

.. code:: bash

    manga-py http://... --arguments language=en login=my-login "password=secured-#\!Password" "translator=Awesome group"


.. |Travis CI result stable1.x| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=stable_1.x
   :target: https://travis-ci.com/manga-py/manga-py/branches
   :alt: Latest push
.. |Travis CI result| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=1.29.5
   :target: https://travis-ci.com/manga-py/manga-py/branches
   :alt: Latest tag
.. |Code Climate| image:: https://codeclimate.com/github/manga-py/manga-py/badges/gpa.svg
   :target: https://codeclimate.com/github/manga-py/manga-py
.. |Issue Count| image:: https://codeclimate.com/github/manga-py/manga-py/badges/issue_count.svg
   :target: https://codeclimate.com/github/manga-py/manga-py
.. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/manga-py.svg
   :target: https://pypi.org/project/manga-py/
.. |Scrutinizer CI result| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/quality-score.png?b=stable_1.x
   :target: https://scrutinizer-ci.com/g/manga-py/manga-py
.. |Scrutinizer CI coverage| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/coverage.png?b=stable_1.x
   :target: https://scrutinizer-ci.com/g/manga-py/manga-py
.. |GitHub issues| image:: https://img.shields.io/github/issues/manga-py/manga-py.svg
   :target: https://github.com/manga-py/manga-py/issues
.. |PyPi version| image:: https://badge.fury.io/py/manga-py.svg
   :alt: PyPI
   :target: https://pypi.org/project/manga-py/
.. |JetBrains logo| image:: https://github.com/yuru-yuri/manga-py/raw/stable_1.x/.github/jetbrains.png
   :alt: JetBrains
   :target: https://www.jetbrains.com/?from=manga-py
.. |MicroBadger Layers| image:: https://img.shields.io/microbadger/layers/mangadl/manga-py
   :alt: MicroBadger Layers
.. |MicroBadger Size| image:: https://img.shields.io/microbadger/image-size/mangadl/manga-py
   :alt: MicroBadger Size
.. |GitHub repo size| image:: https://img.shields.io/github/repo-size/manga-py/manga-py
   :alt: GitHub repo size
.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/manga-py
   :alt: PyPI - Downloads
.. |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
   :alt: PyPI - size
shortlog
2023-04-16 SergeyUpdate workflows/publish_pypi.ymlstable_1.x
2023-04-16 SergeyJust test
2023-04-16 SergeyJust test
2023-04-16 SergeyUpdate workflows/publish_pypi.yml
2023-04-15 SergeyUpdate workflows/publish_pypi.yml
2023-04-15 SergeyUpdate workflows/publish_pypi.yml
2023-04-15 SergeyUpdate workflows/publish_pypi.yml
2023-04-15 SergeyAdded github-actions/publish
2023-04-15 SergeyAdded chapmanganato.com domain support
2022-12-09 SergeyPatch MangaLifeUs #466
2022-11-27 SergeyUpdate LittleXGardenCom provider #392
2022-05-08 SergeyUpdate normalize_uri usage
2022-04-14 SergeyUpdate MangaDexOrg provider
2022-04-14 SergeyUpdate MangaDexOrg provider
2022-04-14 SergeyPatch #441
2022-04-09 SergeyAdd 1stkissmanga.io domain support #438
...
tags
2 years ago 1.33.2
2 years ago 1.33.1
2 years ago 1.33.0
2 years ago 1.32.0
2 years ago 1.31.0
2 years ago 1.30.1
2 years ago 1.30.0
3 years ago 1.29.5
3 years ago 1.29.4
3 years ago 1.29.3
3 years ago 1.29.2
3 years ago 1.29.1
3 years ago 1.29.0
3 years ago 1.28.2
3 years ago 1.28.1
3 years ago 1.28.0
...
heads
12 months ago stable_1.x
2 years ago gh-pages
4 years ago 2.x_frozen
4 years ago master
5 years ago stable_0.x