mediafire_rs

Crates.iomediafire_rs
lib.rsmediafire_rs
version0.1.8
created_at2024-03-07 14:42:17.319586+00
updated_at2025-07-17 20:14:24.143028+00
descriptionDownloads files and folders from mediafire
homepagehttps://github.com/NicKoehler/mediafire_rs
repositoryhttps://github.com/NicKoehler/mediafire_rs
max_upload_size
id1166002
size689,315
NicKoehler (NicKoehler)

documentation

README

logo Async rust rewrite of mediafire_bulk_downloader

Preview

mediafire_rs

Installation

cargo install mediafire_rs

Usage

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.

Commit count: 8

cargo fmt