12 releases
Uses new Rust 2024
| 0.2.1 | Feb 1, 2026 |
|---|---|
| 0.1.9 | Sep 27, 2025 |
| 0.1.8 | Jul 17, 2025 |
| 0.1.6 | Jan 8, 2025 |
| 0.1.2 | Mar 23, 2024 |
#511 in Command line utilities
53 downloads per month
640KB
904 lines
Async rust rewrite of
mediafire_bulk_downloader
Preview
Installation
cargo install mediafire_rs
Usage
Usage: mdrs [OPTIONS] <URLS>...
Arguments:
<URLS>... List of folders or files to download
Options:
-o, --output <OUTPUT> Output directory [default: .]
-m, --max <MAX> Maximum number of concurrent downloads [default: 10]
-t, --tries <MAX> Maximum number of tries to repeat for every download [default: 1]
-r, --reverse Download files in reverse order (largest first)
-p, --proxy <FILE> Specify 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
Building
For building from source, please refer to the BUILDING.md file for detailed instructions.
Contributing
For contributions, please refer to the CONTRIBUTING file for detailed instructions.
Dependencies
~19–38MB
~605K SLoC