dl-mangareader
dl-mangareader is a bash framework for downloading an manga chapter from an online manga viewer.
For every manga you want to retrieve you have to create a manga definition file. That file includes the source site, the manga and some more options for the site. If there is no such manga definition file for youre manga available, you have to write one. See chapter "Creating a manga definition file" for instructions.
Currently supported manga viewer sites are
- mangareader.net
- onepiece-tube.com
- mangavolume.com
Functionality
-
Download a manga
./get
-
Get available chapters
./availableChapters
-
Check for new chapters
./newChapters
get-Usage
If there is already a script for your manga, then all you have to do is:
- $EDITOR data/ and configure it as you wish.
- execute ./get.sh
- Be happy and buy the paper book if available.
Creating a manga definition file
If no manga definition file exist for your mange, then you have to write one. Do not worry, it is easy :)
- cp data/skeleton.sh data/.sh
- open data/.sh with your favorite $EDITOR.
- Set the source site.
- Set the name of mange on the source site.
- Set your download folder
- Optional: Make some tuning for the source site.
- Download chapter and be happy and support the manga producer.
The Software shall be used for Good, not Evil.