https://github.com/hurlenko/mloader
Download manga from mangaplus.shueisha.co.jp
https://github.com/hurlenko/mloader
downloader manga manga-dl manga-downloader manga-scraper mangaplus
Last synced: about 1 year ago
JSON representation
Download manga from mangaplus.shueisha.co.jp
- Host: GitHub
- URL: https://github.com/hurlenko/mloader
- Owner: hurlenko
- License: gpl-3.0
- Created: 2020-02-15T21:03:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T11:52:20.000Z (about 2 years ago)
- Last Synced: 2024-04-25T16:03:17.787Z (about 2 years ago)
- Topics: downloader, manga, manga-dl, manga-downloader, manga-scraper, mangaplus
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 132
- Watchers: 8
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mangaplus Downloader
[](https://github.com/hurlenko/mloader/releases/latest)


## **mloader** - download manga from mangaplus.shueisha.co.jp
## 🚩 Table of Contents
- [Installation](#-installation)
- [Usage](#-usage)
- [Command line interface](#%EF%B8%8F-command-line-interface)
## 💾 Installation
The recommended installation method is using `pip`:
```bash
pip install mloader
```
After installation, the `mloader` command will be available. Check the [command line](%EF%B8%8F-command-line-interface) 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 as `CBZ` archives (default) or separate images by passing the `--raw` parameter.
## 🖥️ 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 Save directory (not a file) [default:
mloader_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]
-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
[default: False]
--chapter-title Include chapter titles in filenames
[default: False]
--chapter-subdir Save raw images in sub directory by chapter
[default: False]
--help Show this message and exit.
```