parasquid / mloader

Download manga chapters from mangaplus.shueisha.co.jp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 https://github.com/hurlenko/mloader/archive/master.zip

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

📙 Usage

Get the id of the chapter you want to download from the url: 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 chapter id's.

Chapters can be saved as CBZ (default) archives 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]
  --help                 Show this message and exit.

About

Download manga chapters from mangaplus.shueisha.co.jp

License:GNU General Public License v3.0


Languages

Language:Python 100.0%