Sha256: aed3ce7970ea6c21029839b264d9372014ca8b789759a593d049a2655b015f22
Contents?: true
Size: 423 Bytes
Versions: 9
Compression:
Stored size: 423 Bytes
Contents
# PRSS ## Private RSS [downloader] 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. ## Install > gem install prss ## Usage > prss passkey directory ## Cron > crontab -e ### With RVM > \* * * * * /bin/bash -l -c 'prss mypasskey ~/storage/watch' ### Without RVM > \* * * * * prss mypasskey ~/storage/watch
Version data entries
9 entries across 9 versions & 1 rubygems