HDbits introduced private rss feature where you can export download list to rss. This tool fetches that rss and download all files to given directory.
gem install prss
## Usage
prss passkey directory
crontab -e
* * * * * /bin/bash -l -c 'prss mypasskey ~/storage/watch'
* * * * * prss mypasskey ~/storage/watch