Generate EPUB from various website
Supported website:
If you find any other website, please open an issue and tell me.
pip install -r requirements.txt
Usage:
linovel.py
linovel.py [-s] [-o | --output=<output_dir>] [-c | --cover=<cover_path>] [-f | --format=<out_format>] <url>...
linovel.py <url>... [-s] [-o | --output=<output_dir>] [-c | --cover=<cover_path>] [-f | --format=<out_format>]
linovel.py -h | --help
linovel.py -v | --version
Arguments:
<url> Novel url
Options:
-s Single thread
-o=<output_dir> --output=<output_dir> Output folder
-c=<cover_path> --cover=<cover_path> Cover path
-f=<out_format> --format=<out_format> Output format
-h --help Show this screen
-v --version Show version
Examples:
linovel.py -s http://qitawenku.360dxs.com/book_3037.html
linovel.py -o d:/ -f=azw3 http://qitawenku.360dxs.com/book_3037.html
This feature require Calibre, a ebook managing software, installed and only works on Mac OS X for now. To use it, just add -f
argument with the format you wish to output.
For example:
python3 linovel.py -f mobi http://qitawenku.360dxs.com/book_3037.html
Available output formats:
- AZW3
- EPUB
- FB2
- HTML
- HTMLZ
- LIT
- LRF
- MOBI
- OEB
- PDB
- PML
- RB
- RTF
- SNB
- TCR
- TXT
- TXTZ
Read this if you want to let linovel support more website
The previous repo is lknovel