⚠️ Alpha Warning
This project is in early development (alpha) and considered a demo/pre-release.
Features may break or change anytime. Documentation is incomplete — expect to explore the source.
Feedback, issues, and contributions are highly welcome!
Realtime multipage novel scraper
Site | Status |
---|---|
docln.net | ✅ |
light-novelpub.com | ❌ |
Currently, only single-page scraping is supported (docln). Multipage and backend service support are planned.
Download from Releases.
git clone https://github.com/chunix64/novel-rs/
cd novel-rs
cargo install --path ./ # or use cargo build --release
Requires Cargo and Git (optional — you can extract manually).
Binary output: ./target/release/novel-rs
List all options:
novel-rs --help
Sync all novels list:
novel-rs --sync-items
Sync all novel chapters/content:
novel-rs --sync-contents
- All output saved to:
/data/
- Cache:
/data/cache/
- Database:
/data/db/sites/docln.sqlite3
- Cache:
- Other folders are placeholders for future updates.
We plan to separate the project into:
novel-rs-core
novel-rs-cli
Please help modularize and improve!