NovelDownloader/README.org
Juraj Oravec b963f275c9
Use python library "newspaper" to extract chapter
- Update README to reflect this change.
- Change file format of README org
- close #1

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2017-11-09 22:59:48 +01:00

13 lines
346 B
Org Mode

* 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.