Node script to download manga from FunManda in PDF format
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.
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
)
manga-dl [manga name]
manga-dl [manga-name] -c [chapter number]
manga-dl one-piece1
If you only wanted chapter 50
manga-dl one-piece1 -c 50