mangaplus-dl
v1.0.4
Published
Automatically download the latest chapters of your favorite manga from MangaPlus.
Maintainers
Readme
MangaPlus Downloader
Automatically download the latest chapters of your favorite manga from MangaPlus.
Features
- Search for manga by name
- Add manga to your personal list
- Automatically download new chapters as
.cbzfiles - Notification via webhook (Discord, etc.)
Installation
npm install -g mangaplus-dlOr directly use npx
npx mangaplus-dlConfiguration
- Add your notification webhooks in
config.json:
{
"notifiers": ["https://discordapp.com/api/webhooks/...."]
}- (Optional) Edit the supported languages list in
config.json.
Usage
Search and add a manga
mangaplus-dl search- Search for a manga by name and add it to your list.
Download new chapters
mangaplus-dl download- Download the latest chapters for all manga in your list.
Automation with Cron (Linux)
You can automate chapter downloads using a cron job.
For example, to check for new chapters every day at 8am:
0 8 * * * mangaplus-dl downloadAdd this line to your crontab with crontab -e.
Make sure mangaplus-dl is installed globally and available in your PATH.
File Structure
- Downloaded manga and chapters are stored as
.cbzfiles in :- Windows :
%APPDATA%\mangaplus-dl-nodejs\Data - macOS :
~/Library/Application Support/mangaplus-dl-nodejs - Linux :
~/.local/share/mangaplus-dl-nodejs
- Windows :
- Local database and config are stored in :
- Windows :
%APPDATA%\mangaplus-dl-nodejs\Config - macOS :
~/Library/Preferences/mangaplus-dl-nodejs - Linux :
~/.config/mangaplus-dl-nodejs
- Windows :
Notifications
Each time a new chapter is downloaded, a notification is sent to all configured webhooks.
Contributing
Pull requests and suggestions are welcome!
License: MIT
