This is a cli that asynchronously downloads books from websites like lightnovelpub and compiles them into an epub. You should use this with a vpn.
The output will be at ./res/title.epub
cargo install --git https://github.com/Tnixc/lightscrape-rs
showcase.mp4
Website | Works |
---|---|
topnovelupdates.com | Yes (fast) |
webnovelpub.pro | Yes |
webnovelpub.co | Yes |
webnoveworld.org | Yes |
lightnovelpub.vip | Yes |
- Retries download after small delay if site responds with busy
- Async download or chapter by chapter download
- Sources cover image and attaches it to epub
- Uses mdbook-epub for epub writing
This is a more feature complete rust rewrite of lightscrape which I wrote in typescript a few months ago.