/mloader

Download manga chapters from mangaplus.shueisha.co.jp

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Mangaplus Downloader

Latest Github release Python License

mloader - download manga chapters from mangaplus.shueisha.co.jp

🚩 Table of Contents

💾 Installation

The recommended installation method is using pip:

pip install mloader

After installation, the mloader command will be available. Check the command line section for supported commands.

📙 Usage

Copy the url or the id of the chapter you want to download and pass it to mloader. Urls have form mangaplus.shueisha.co.jp/viewer/[chapter_id_here].

Note that title downloads (title id's have form [website]/title/[title_id]) are not supported but you can pass multiple urls/chapter id's.

Chapters can be saved as CBZ archives (default) or separate images by passing the raw parameter.

🖥️ Command line interface

Currently mloader supports these commands

Usage: mloader [OPTIONS] [CHAPTERS]...

Options:
  -o, --out <directory>           Save directory (not a file)  [default:
                                  mangaplus_downloads]
  -r, --raw                       Save raw images  [default: False]
  -q, --quality [super_high|high|low]
                                  Image quality  [default: super_high]
  -s, --split                     Split combined images  [default: False]
  --help                          Show this message and exit.