Like YouTube-dl for webnovels.
$ # git clone the repo
$ git clone https://github.com/jinyeow/webnovel-dl
$
$ # build the binary
$ cd webnovel-dl
$ crystal build src/webnovel-dl.cr --release
$
$ # copy the binary into your $PATH
$ cp webnovel-dl ~/.bin
See webnovel-dl --help
.
See supported_sites.md
for a list of providers.
- Fork it ( https://github.com/jinyeow/webnovel-dl/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- jinyeow - creator, maintainer