Git Product home page Git Product logo

linovel's Introduction

Linovel

Build Status Python Version

Generate EPUB from various website

Supported website:

只能支持以上2个网站的东西,如果需要其他东西,那么需要依照novel_360dxs.py来新增支持的网站。

If you find any other website, please open an issue and tell me.

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:
  python3  linovel.py -s http://qitawenku.360dxs.com/book_3037.html
  python3  linovel.py -o d:/ -f=azw3 http://qitawenku.360dxs.com/book_3037.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://qitawenku.360dxs.com/book_3037.html

Available output formats:

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

Contribution

Read this if you want to let linovel support more website

The previous repo is lknovel

linovel's People

Contributors

bebound avatar cival avatar flewsea avatar huangziwei avatar otoboku avatar pfei-sa avatar sa-tony avatar silentwaterstillsilent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.