A web-scrapper to fetch web novels, supported domains being updated not so often.
Download the binaries for your operating system from the releases page. And run the binary on your terminal with:
saffron --help
As one of the features of Deno, you can execute code from the web with deno run
, so running deno run --allow-net --allow-read --allow-write https://raw.githubusercontent.com/Mytsu/saffron/master/cli.ts get https://www.readlightnovel.me/supreme-magus
Run deno compile --allow-net --allow-read --allow-write https://github.com/Mytsu/saffron/raw/master/cli.ts