Skip to content

Nriver/lknovel

 
 

Repository files navigation

#lknovel

Generate epub from http://lknovel.lightnovel.cn/

iPhone截图

##Requirements

##Quick start

###lknovel pip install -r requirements.txt

Usage:
    lknovel.py
    lknovel.py <url>... [-s] [-o | --output=<output_dir>] [-c | --cover=<cover_path>]
    lknovel.py -h | --help
    lknovel.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
    -h --help                                  Show this screen
    -v --version                               Show version

Examples:
    lknovel.py http://lknovel.lightnovel.cn/main/vollist/492.html -s
    lknovel.py http://lknovel.lightnovel.cn/main/book/1578.html -o d:/

lknovel截图

###GUIVersion

  1. Url: Input urls, separate with '\n' :

    http://lknovel.lightnovel.cn/main/book/1578.html

    http://lknovel.lightnovel.cn/main/vollist/492.html

  2. Cover: You can use your own cover for each epub file.

    This script can batch download covers from bookwalker:bookwalker.py

  3. Save path: Default is desktop

GUIVersion截图

Bitdeli Badge

###url generation mod 0.2 This mod can generate urls in a range then start to download and put all epubs into "novels" folder. Better run this program in python shell rather than windows cmd which has poor support for unicode characters.

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Python 89.2%
  • CSS 5.6%
  • HTML 5.2%