Go to file
Juraj Oravec d8a8122bdc
Rewrite to a more modular style
- 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>
2020-12-21 03:03:32 +01:00
parsers Rewrite to a more modular style 2020-12-21 03:03:32 +01:00
template Include default style 2018-01-03 16:32:25 +01:00
.gitignore Add .gitignore, ignore epub files 2017-12-05 18:30:23 +01:00
chapter.py Rewrite to a more modular style 2020-12-21 03:03:32 +01:00
ebook.py Rewrite to a more modular style 2020-12-21 03:03:32 +01:00
LICENSE Initial commit 2017-11-07 19:37:42 +01:00
novelDownloader.py Rewrite to a more modular style 2020-12-21 03:03:32 +01:00
README.org Rewrtie using python libraries, use tabs 2018-01-03 16:12:09 +01:00

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.