#directory #file #cli #download

app mediafire_rs

Downloads files and folders from mediafire

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

Download history 2/week @ 2025-11-18 8/week @ 2026-01-06 9/week @ 2026-01-13 18/week @ 2026-01-20 11/week @ 2026-01-27 17/week @ 2026-02-03 21/week @ 2026-02-10 8/week @ 2026-02-17 5/week @ 2026-02-24

53 downloads per month

MIT license

640KB
904 lines

logo Async rust rewrite of mediafire_bulk_downloader

Preview

mediafire_rs

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