Go to file
Juraj Oravec 0cb72ef82d
Add .gitignore, ignore epub files
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2017-12-05 18:30:23 +01:00
.gitignore Add .gitignore, ignore epub files 2017-12-05 18:30:23 +01:00
LICENSE Initial commit 2017-11-07 19:37:42 +01:00
novelDownloader.py Use python library "newspaper" to extract chapter 2017-11-09 22:59:48 +01:00
README.org Use python library "newspaper" to extract chapter 2017-11-09 22:59:48 +01:00

NovelDownloader

Script to download each chapter of the webnovel, merge them together and convert to epub

Dependencies

  • ebook-convert (Calibre)
  • python-newspaper3k

Usage

Set variables name, mainUrl, chapters and fromZero at the beginning of the python file and run the script

Author`s comment

Slowly getting rid of external commands.