Juraj Oravec
d8a8122bdc
- Only one module is available for now: boxnovel.com - There a re still some problems but it is getting better Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> |
||
---|---|---|
parsers | ||
template | ||
.gitignore | ||
chapter.py | ||
ebook.py | ||
LICENSE | ||
novelDownloader.py | ||
README.org |
NovelDownloader
Script to download each chapter of the webnovel and save all as epub.
Dependencies
- python-beautifulsoup4
- python-ebooklib
- python-newspaper3k
Usage
Set variables name, mainUrl, numberOfChapters and fromZero at the beginning of the python file and run the script.
Author`s comment
Basic function is done, requires refactoring.