mmellado / manga-dl

Node script to download manga from FunManda in PDF format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manga-dl

Node script to download manga from FunManda in PDF format

Install

I didn't want to publish this script to NPM, so you'll have to install it directly from this repository

npm install -g mmellado/manga-dl

Files are downloaded to ~/manga-dl/[manga name]

Note: This has not been tested on Windows, but should work fine on any Unix system.

Usage

You can download any Manga that is available in FunManga. All you have to do is find it there, and grab the name from the url. (https://www.funmanga.com/one-piece1 => one-piece1)

Download all chapters

manga-dl [manga name]

Download a specific chapter

manga-dl [manga-name] -c [chapter number]

Example - All chapters

manga-dl one-piece1

Example - Single chapter

If you only wanted chapter 50

manga-dl one-piece1 -c 50

About

Node script to download manga from FunManda in PDF format


Languages

Language:JavaScript 100.0%