mediafire_rs 0.2.1

Downloads files and folders from mediafire
mediafire_rs-0.2.1 is not a library.

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.