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.
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.
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.