2017-11-07 19:47:04 +01:00
|
|
|
# NovelDownloader
|
2017-11-07 19:37:42 +01:00
|
|
|
Script to download each chapter of the webnovel, merge them together and convert to epub
|
2017-11-07 19:47:04 +01:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
- jq
|
|
|
|
- nodejs-unfluff
|
|
|
|
- ebook-convert (Calibre)
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
Set variables name, mainUrl, chapters and fromZero at the beginning of the python file and run the script
|
|
|
|
|
|
|
|
# Author`s comment
|
|
|
|
Bash would be better choice for this script but Python is cuter.
|