Download manga from Mangadex through Python
Project description
mangadex-downloader
Download manga from Mangadex through Python
Key Features
- Download manga directly from MangaDex
- Authentication support (login and logout)
- Control how many chapters you want to download
- Ability to use compressed images (if you want to)
- HTTP / SOCKS proxy support
- Tachiyomi local files support
And ability to not download oneshot chapters
Minimum Python version
Python 3.5.x
Installation
From PyPI
# For Windows
py -3 -m install mangadex-downloader
# For Linux / Mac OS
python3 -m pip install mangadex-downloader
From Git
NOTE: You must have git installed. If you don't have it, install it from here https://git-scm.com/.
# For Windows
py -3 -m pip install git+https://github.com/mansuf/mangadex-downloader.git@v0.2.0
# For Linux / Mac OS
python3 -m pip install git+https://github.com/mansuf/mangadex-downloader.git@v0.2.0
Usage
NOTE: This app will download manga in english language only. Other languages will be implemented soon.
Command Line Interface (CLI)
mangadex-dl "insert MangaDex URL here"
# or
mangadex-downloader "insert MangaDex URL here"
# Use this if "mangadex-dl" or "mangadex-downloader" didn't work
# For Windows
py -3 -m mangadex_downloader "insert MangaDex URL here"
# For Linux / Mac OS
python3 -m mangadex_downloader "insert MangaDex URL here"
For more information, you can read here
Embedding (API)
from mangadex_downloader import download
download("insert MangaDex URL here")
For more information, you can read here
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
Built Distribution
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
File details
Details for the file mangadex-downloader-0.3.0.tar.gz.
File metadata
- Download URL: mangadex-downloader-0.3.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cce854a229d22abf70ffe47744ae771d7656bc8ff3e69c38ae55700ffca3ebc9
|
|
| MD5 |
3bf55d4ed691c858d38ee9d219d6352b
|
|
| BLAKE2b-256 |
d9f3e3c6a0dbe91238fc14bb82b16af5953d9c355d6c0d378f68c4f83c1eab1b
|
File details
Details for the file mangadex_downloader-0.3.0-py3-none-any.whl.
File metadata
- Download URL: mangadex_downloader-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce89da270ec0a65efea905a5a6dcfd7b8e1d360e88130afa6aa0f0beb0f528d8
|
|
| MD5 |
26e31f85ffb3f86feee82e05e8686ae7
|
|
| BLAKE2b-256 |
3734107c39aa14978792d3f38aa11ae5e25c7ad5ef6eb53255fcb3c8938f2d7b
|