Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A sleek CLI tool to download single or multiple manga chapters from MangaDex with ease πŸ›Έ

License

syvixor/mangadex-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›Έ Mangadex Downloader

A sleek CLI tool to download single or multiple manga chapters from MangaDex with ease.

πŸͺ Features

  • Bulk download multiple chapters at once.
  • Choose specific chapters interactively.
  • Supports multiple languages.
  • Saves chapter pages inside a .zip or .cbz archive.
  • Lets you choose archive format (ZIP or CBZ).
  • Automatically sanitizes filenames.
  • Continuous download sessions

🧩 Requirements

  • Python 3.7 or higher

Dependencies are automatically installed with pip:

  • requests
  • tqdm
  • questionary

πŸš€ Installation

pip install mangadex-dl

πŸ”’ Make sure you have Python 3.7+ and pip installed.

πŸ’Ž Supported Languages

Code Language
ar Arabic
bg Bulgarian
de German
en English
es Spanish
es-la Spanish (Latin America)
fr French
id Indonesian
it Italian
ko Korean
nl Dutch
pl Polish
pt Portuguese (Portugal)
pt-br Portuguese (Brazil)
ru Russian
tr Turkish
uk Ukrainian
vi Vietnamese
zh Chinese

✨ Usage

Once installed, run the command:

mangadex-dl

You’ll be prompted with two modes:

  • Solo β†’ Download by chapter ID.
  • Bulk β†’ Download by manga ID and select chapters from an interactive list.

You'll also be asked to choose the archive format:

  • zip β†’ A standard ZIP archive.
  • cbz β†’ A ZIP archive with a .cbz extension.

The result will be .zip or .cbz archives containing clean, ordered images of the manga chapter(s).

❓ Example

Solo Mode (Chapter ID):

Enter Chapter ID: 2c580bdd-0b72-4734-8c11-8a47d7525c7f

This will save the chapter as:

chapter-[number]-[lang].zip

Bulk Mode (Manga ID):

Enter Manga ID: d1a9fdeb-f713-407f-960c-8326b586e6fd

It will ask you to select 1 or more languages:

Select Languages:
βœ” ar - Arabic
βœ” bg - Bulgarian
βœ” de - German
βœ” en - English
...

You’ll then be asked:

Include NSFW? (Default is No)
  • Select Yes to include mature chapters.
  • Select No to only include safe chapters.

Then select chapters, e.g.:

βœ” Chapter 1 [English]
βœ” Chapter 1 [Arabic]
βœ” Chapter 2 [English]
...

Files will be saved like:

chapter-1-en.zip
chapter-1-ar.zip
chapter-2-en.zip

πŸ“œ License

This project is available under the MIT License.

About

A sleek CLI tool to download single or multiple manga chapters from MangaDex with ease πŸ›Έ

Topics

Resources

License

Stars

Watchers

Forks

Languages