Async rust rewrite of
mediafire_bulk_downloader
cargo install mediafire_rs
Usage: mdrs.exe [OPTIONS] <URL>
Arguments:
<URL> Folder or file to download
Options:
-o, --output <OUTPUT> Output directory [default: .]
-m, --max <MAX> Maximum number of concurrent downloads [default: 10]
-p, --proxy <FILE> Speficy a file to read proxies from
--proxy-download Downloads files through proxies, the default is to use proxies for the API only
-h, --help Print help
-V, --version Print version
For building from source, please refer to the BUILDING.md file for detailed instructions.