A Manga Downloader
Project description
Manga Downloader
================
+------------------+------------------+
| master | develop |
+==================+==================+
| |build status| | |build status| |
+------------------+------------------+
.. figure:: manga_dl/resources/images/logo-readme.png
:alt: Logo
Logo
This is a Manga Downloader that can download managa series from various
sources.
Currently supported are:
- `Mangafox <http://mangafox.me>`__
Usage
-----
Installation
~~~~~~~~~~~~
**Via pip**
::
$ pip install manga_dl --user
**From source**
::
$ python setup.py install --user
**Binary Files**
If you would like to not install the program and instead use a single
binary file, you can download them from our `Github releases
page <https://github.com/namboy94/manga-dl/releases>`__.
CLI
~~~
The program offers a simple wget-like CLI. To download a series, simply
enter:
::
$ manga-dl <URL>
This will create a new directory with the series name in the current
working directory and subsequently download all currently available
pages of the series
The CLI does offer some configuration:
- ``--destination``, ``-d`` (type: string)
- Specifies the directory in which the series will be stored
- Defaults to the current working directory + the series name
- ``--threads``, ``-t`` (type: integer)
- Specifies how many threads the program may use. Using more threads
may speed up the parsing
- Defaults to the amount of logical processors the system has
- ``--verbose``, ``-v``
- If set, the program will print it's progress to the console
- ``--update``
- If set, the program will only check for content that have not been
downloaded yet
- ``--repair``
- If set, the program will check each previously downloaded file for
errors
- If errors are found, the file in question is re-downloaded
- ``--zip-volumes``
- Zips the series by volume after the download is completed
- ``--zip-chapters``
- Zips the series by chapter after the download is completed
Further Information
-------------------
- `Changelog <https://gitlab.namibsun.net/namboy94/manga-dl/raw/master/CHANGELOG>`__
- `License
(GPLv3) <https://gitlab.namibsun.net/namboy94/manga-dl/raw/master/LICENSE>`__
- `Gitlab <https://gitlab.namibsun.net/namboy94/manga-dl>`__
- `Github <https://github.com/namboy94/manga-dl>`__
- `Python Package Index Site <https://pypi.python.org/pypi/manga_dl>`__
- `Documentation(HTML) <https://docs.namibsun.net/html_docs/manga-dl/index.html>`__
- `Documentation(PDF) <https://docs.namibsun.net/pdf_docs/manga-dl.pdf>`__
- `Git Statistics
(gitstats) <https://gitstats.namibsun.net/gitstats/manga-dl/index.html>`__
- `Git Statistics
(git\_stats) <https://gitstats.namibsun.net/git_stats/manga-dl/index.html>`__
- `Test Coverage <https://coverage.namibsun.net/manga-dl/index.html>`__
.. |build status| image:: https://gitlab.namibsun.net/namboy94/manga-dl/badges/master/build.svg
:target: https://gitlab.namibsun.net/namboy94/manga-dl/commits/master
.. |build status| image:: https://gitlab.namibsun.net/namboy94/manga-dl/badges/develop/build.svg
:target: https://gitlab.namibsun.net/namboy94/manga-dl/commits/develop
================
+------------------+------------------+
| master | develop |
+==================+==================+
| |build status| | |build status| |
+------------------+------------------+
.. figure:: manga_dl/resources/images/logo-readme.png
:alt: Logo
Logo
This is a Manga Downloader that can download managa series from various
sources.
Currently supported are:
- `Mangafox <http://mangafox.me>`__
Usage
-----
Installation
~~~~~~~~~~~~
**Via pip**
::
$ pip install manga_dl --user
**From source**
::
$ python setup.py install --user
**Binary Files**
If you would like to not install the program and instead use a single
binary file, you can download them from our `Github releases
page <https://github.com/namboy94/manga-dl/releases>`__.
CLI
~~~
The program offers a simple wget-like CLI. To download a series, simply
enter:
::
$ manga-dl <URL>
This will create a new directory with the series name in the current
working directory and subsequently download all currently available
pages of the series
The CLI does offer some configuration:
- ``--destination``, ``-d`` (type: string)
- Specifies the directory in which the series will be stored
- Defaults to the current working directory + the series name
- ``--threads``, ``-t`` (type: integer)
- Specifies how many threads the program may use. Using more threads
may speed up the parsing
- Defaults to the amount of logical processors the system has
- ``--verbose``, ``-v``
- If set, the program will print it's progress to the console
- ``--update``
- If set, the program will only check for content that have not been
downloaded yet
- ``--repair``
- If set, the program will check each previously downloaded file for
errors
- If errors are found, the file in question is re-downloaded
- ``--zip-volumes``
- Zips the series by volume after the download is completed
- ``--zip-chapters``
- Zips the series by chapter after the download is completed
Further Information
-------------------
- `Changelog <https://gitlab.namibsun.net/namboy94/manga-dl/raw/master/CHANGELOG>`__
- `License
(GPLv3) <https://gitlab.namibsun.net/namboy94/manga-dl/raw/master/LICENSE>`__
- `Gitlab <https://gitlab.namibsun.net/namboy94/manga-dl>`__
- `Github <https://github.com/namboy94/manga-dl>`__
- `Python Package Index Site <https://pypi.python.org/pypi/manga_dl>`__
- `Documentation(HTML) <https://docs.namibsun.net/html_docs/manga-dl/index.html>`__
- `Documentation(PDF) <https://docs.namibsun.net/pdf_docs/manga-dl.pdf>`__
- `Git Statistics
(gitstats) <https://gitstats.namibsun.net/gitstats/manga-dl/index.html>`__
- `Git Statistics
(git\_stats) <https://gitstats.namibsun.net/git_stats/manga-dl/index.html>`__
- `Test Coverage <https://coverage.namibsun.net/manga-dl/index.html>`__
.. |build status| image:: https://gitlab.namibsun.net/namboy94/manga-dl/badges/master/build.svg
:target: https://gitlab.namibsun.net/namboy94/manga-dl/commits/master
.. |build status| image:: https://gitlab.namibsun.net/namboy94/manga-dl/badges/develop/build.svg
:target: https://gitlab.namibsun.net/namboy94/manga-dl/commits/develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
manga_dl-0.1.4.tar.gz
(10.5 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
manga_dl-0.1.4-py3-none-any.whl
(24.9 kB
view details)
manga_dl-0.1.4-py2-none-any.whl
(43.8 kB
view details)
File details
Details for the file manga_dl-0.1.4.tar.gz.
File metadata
- Download URL: manga_dl-0.1.4.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98cf6a41077bcd002b46b7a6ad8a325e0eb87ac3ee7cf31a34b57388fb3bf0df
|
|
| MD5 |
96108f99a934fab678f7dae135cc7b8f
|
|
| BLAKE2b-256 |
86f7cd422bbef7e3f94b19187884626240240dd0b998dd589e635a0335c9ee9e
|
File details
Details for the file manga_dl-0.1.4-py3-none-any.whl.
File metadata
- Download URL: manga_dl-0.1.4-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2c998dde026f49e74da14b43ee6af2fd47778b1869330dc513370f92203e823
|
|
| MD5 |
309c378782c3d6d7e71a4f676efb51fb
|
|
| BLAKE2b-256 |
a521912b9db2df18aa1047226ea6f23c93c61b4aa10365f419b84306d70e0983
|
File details
Details for the file manga_dl-0.1.4-py2-none-any.whl.
File metadata
- Download URL: manga_dl-0.1.4-py2-none-any.whl
- Upload date:
- Size: 43.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e865aa7ab6b302aea14a85edb2f705129231b0c5567771f81506efa82749be6f
|
|
| MD5 |
b1dd5bf60da473e3e89b06c4002cce31
|
|
| BLAKE2b-256 |
c9c8cb8c592cd0191264462651662b646a1db568c0c2b452518a26506088d76d
|