| Crates.io | mediafire_rs |
| lib.rs | mediafire_rs |
| version | 0.1.8 |
| created_at | 2024-03-07 14:42:17.319586+00 |
| updated_at | 2025-07-17 20:14:24.143028+00 |
| description | Downloads files and folders from mediafire |
| homepage | https://github.com/NicKoehler/mediafire_rs |
| repository | https://github.com/NicKoehler/mediafire_rs |
| max_upload_size | |
| id | 1166002 |
| size | 689,315 |
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.