Aivean / royalroad-downloader

https://royalroad.com book downloader
MIT License
57 stars 4 forks source link
books royalroad scala

Royal Road book downloader

A simple command line tool that downloads fiction from Royal Road as html. Use Calibre to convert html to any desired format.

test Github All Releases GitHub last commit License: MIT

How to use

Run java -jar royalroad-downloader-assembly-VERSION.jar --help to see the full usage reference.

Troubleshooting

It may happen that RoyalRoad changes its html format and this parser is no longer working. In that case please create an issue. You may also try to work around the problem by overriding CSS selectors that are used to fetch chapter title and body by supplying -t and -b program arguments.

Default css selectors are:

Run the program with --help argument to see the usage reference.

Building from sources

Note: build tested to work only with Java 8 (will probably fail on other versions).

Running from sources

Credits