Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.22 KB

File metadata and controls

45 lines (34 loc) · 1.22 KB

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.