A Command-Line tool to download manga from MangaDex, written in Python
Project description
mangadex-downloader
A Command-Line tool to download manga from MangaDex, written in Python.
Key Features
- Download manga directly from MangaDex
- Authentication support
- Control how many chapters you want to download
- Ability to use compressed images
- HTTP / SOCKS proxy support
- Multi languages support
- Save as PDF or Tachiyomi local
And ability to not download oneshot chapter
Installation
What will you need:
- Python 3.8.x or up with Pip (if you are in Windows, you can download standalone executable here)
That's it.
How to (PyPI)
Installing mangadex-downloader is easy, as long as you have requirements above.
# For Windows
py -3 -m install mangadex-downloader
# For Linux / Mac OS
python3 -m pip install mangadex-downloader
You can also install optional dependencies
- Pillow, for PDF support
There you go, easy ain't it ?.
How to (Standalone executable)
NOTE: This installation only apply to Windows.
Because this is standalone executable, Python are not required to install.
Steps:
- Download latest version here -> https://github.com/mansuf/mangadex-downloader/releases
- Extract it.
- And, run it !.
How to (Development version)
NOTE: You must have git installed. If you don't have it, install it from here https://git-scm.com/.
git clone https://github.com/mansuf/mangadex-downloader.git
cd mangadex-downloader
Usage
Command-Line Interface (PyPI version)
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"
Command-Line Interface (Standalone executable version)
- Navigate to folder where you downloaded mangadex-downloader
- Open "start cmd.bat" (don't worry it's not a virus, it will open a command prompt)
- And then start using mangadex-downloader, see example below:
mangadex-dl.exe "insert MangaDex URL here"
For more info about CLI options, 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.5.0.tar.gz.
File metadata
- Download URL: mangadex-downloader-0.5.0.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0a9b280d21f795c452e7fd74d5f30bf5c3e4c952dad9d27d55396abb8bd34aa
|
|
| MD5 |
8ed325f027e1196ff8bf34ab25d59fc9
|
|
| BLAKE2b-256 |
3bce47f301c8fa9e8634887052bdf7cc6665015de9147844a348105229a1f216
|
File details
Details for the file mangadex_downloader-0.5.0-py3-none-any.whl.
File metadata
- Download URL: mangadex_downloader-0.5.0-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
727eafc53d36e7a281adc2188caeeca1e21dbfb5000bc42eb8c1b14a4179b5f0
|
|
| MD5 |
523d963c0999d6a6f5d1b4f0a3331325
|
|
| BLAKE2b-256 |
55a379447977ba0db5673727782adf345760ca91f1272fb5b45f013bca301f77
|