2017-11-09 22:59:48 +01:00
|
|
|
* NovelDownloader
|
2018-01-03 16:12:09 +01:00
|
|
|
Script to download each chapter of the webnovel and save all as epub.
|
2017-11-07 19:47:04 +01:00
|
|
|
|
2017-11-09 22:59:48 +01:00
|
|
|
* Dependencies
|
2018-01-03 16:12:09 +01:00
|
|
|
- python-beautifulsoup4
|
|
|
|
- python-ebooklib
|
2017-11-09 22:59:48 +01:00
|
|
|
- python-newspaper3k
|
2017-11-07 19:47:04 +01:00
|
|
|
|
2017-11-09 22:59:48 +01:00
|
|
|
* Usage
|
2018-01-03 16:12:09 +01:00
|
|
|
Set variables name, mainUrl, numberOfChapters and fromZero at the beginning of the python file and run the script.
|
2017-11-07 19:47:04 +01:00
|
|
|
|
2017-11-09 22:59:48 +01:00
|
|
|
* Author`s comment
|
2018-01-03 16:12:09 +01:00
|
|
|
Basic function is done, requires refactoring.
|