Skip to content

tchr-dev/novel-downloader-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

novel-downloader 2

Novel-downloader is a simple Python 3 script to download web novel from following sources:

  1. https://lightnovelreader.org/

Currently, no support for other sources

Usage:

  1. $ python3 main.py -b https://lightnovelreader.org/i-reincarnated-but-will-try-to-live-without-using-my-cheat-ability -l https://lightnovelreader.org/i-reincarnated-but-will-try-to-live-without-using-my-cheat-ability/chapter-1

Option [-b] will start creating book Option [-l] will receive list of chapters from any available chapter in the novel

After downloading you will have html-like file

To convert it to epub or other useful format simply add extension .html first

Then install pandoc and use following code: $ pandoc -o "Novel name.epub" "Novel name.html"

09-03-2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages