A Command Line Interface for Scrapping Manhwa and Generating PDF's
Download pdf-manhwa.exe and double-click to execute.
Execute in Terminal with --help to see all flags.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Clone the Project to your target location.
Installation is done using the
npm install
command:
$ npm install
- Mangazuki & Toonily Scraper
- PDF Generation from Image List
- Next Chapter Prompt
- Command Line Arguments:
- Download All Chapters
- Download X Chapters
- Url from Command Line
- PDF Output Folder
- 1.0.0
- The First Release
- StereoPT - Initial work - StereoPT
This project is licensed under the MIT License - see the LICENSE.md file for details
- Fork it (https://github.com/StereoPT/pdf-manhwa/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request