Skip to content
/ mloader Public
forked from hurlenko/mloader

Download manga from mangaplus.shueisha.co.jp

License

Notifications You must be signed in to change notification settings

darodi/mloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangaplus Downloader

Latest Github release Python License

mloader - download manga 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 of the chapter or title you want to download and pass it to mloader.

You can use --title and --chapter command line argument to download by title and chapter id.

You can download individual chapters or full title (but only available chapters).

Chapters can be saved in different formats (check the --help output for the available formats).

🖥️ Command line interface

Currently mloader supports these commands

Usage: mloader [OPTIONS] [URLS]...

  Command-line tool to download manga from mangaplus

Options:
  --version                       Show the version and exit.
  -o, --out <directory>           Save directory (not a file)  [default:
                                  mloader_downloads]
  -f, --format [raw|cbz|pdf]      Output format  [default: cbz]
  -q, --quality [super_high|high|low]
                                  Image quality  [default: super_high]
  -s, --split                     Split combined images
  -c, --chapter INTEGER           Chapter id
  -t, --title INTEGER             Title id
  -b, --begin INTEGER RANGE       Minimal chapter to try to download
                                  [default: 0;x>=0]
  -e, --end INTEGER RANGE         Maximal chapter to try to download  [x>=1]
  -l, --last                      Download only the last chapter for title
  --chapter-title                 Include chapter titles in filenames
  --help                          Show this message and exit.

About

Download manga from mangaplus.shueisha.co.jp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%