Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.07 KB

HypeDown

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.

Requirements

For this program to work, you need to have an OpenSSL installation in your PATH (due to the usage of Hyper-TLS).

Usage :

HypeDown --account youraccount

Arguments :

--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

Acknowledgements

Thanks to @jamend for HypeMachineDownloader and @derniercri for snatch.