Skip to content

otoboku/linovel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linovel

Generate epub from http://www.linovel.com/

iPhone截图

Requirements

Quick start

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://www.linovel.com/n/vollist/492.html
    linovel.py -o d:/ -f=azw3 http://www.linovel.com/n/book/1578.html

lknovel截图

Generate format other than epub

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://www.linovel.com/n/vollist/2130.html

Available output formats:

  • AZW3
  • EPUB
  • FB2
  • HTML
  • HTMLZ
  • LIT
  • LRF
  • MOBI
  • OEB
  • PDB
  • PDF
  • PML
  • RB
  • RTF
  • SNB
  • TCR
  • TXT
  • TXTZ

The previous repo is lknovel

Bitdeli Badge

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.9%
  • HTML 7.1%
  • CSS 7.0%