Skip to main content

Download manga from Mangadex through Python

Project description

pypi-total-downloads python-ver pypi-release-ver

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mangadex-downloader-0.3.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

mangadex_downloader-0.3.0-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page