Add some description

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2017-11-07 19:47:04 +01:00
parent a2a08a4f95
commit 6a24415cc2
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

View File

@ -1,2 +1,13 @@
# novelDownloader # NovelDownloader
Script to download each chapter of the webnovel, merge them together and convert to epub Script to download each chapter of the webnovel, merge them together and convert to epub
# 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.