A command-line interface to download all the favorites of a user's page. The program is a port to Rust of the wonderful HypeMachineDownloader. It's using snatch to do its download and write part.
For this program to work, you need to have an OpenSSL installation in your PATH (due to the usage of Hyper-TLS).
HypeDown --account youraccount
--help Show this help
--account Specify the account name
--page Specify the page number
--threads Threads which can use to download
--limit (optional) Specify the maximum number of tracks to download
--dry Runs the program without downloading the tracks
Thanks to @jamend for HypeMachineDownloader and @derniercri for snatch.