An open API service indexing awesome lists of open source software.

https://github.com/nickoehler/mediafire_rs

async rust rewrite of mediafire_bulk_downloader
https://github.com/nickoehler/mediafire_rs

async bulk-download downloader mediafire mediafire-downloader rust

Last synced: 5 months ago
JSON representation

async rust rewrite of mediafire_bulk_downloader

Awesome Lists containing this project

README

          


logo

Async rust rewrite of

mediafire_bulk_downloader


## Preview

mediafire_rs

## Installation

```bash
cargo install mediafire_rs
```

## Usage

```bash
Usage: mdrs [OPTIONS] ...

Arguments:
... List of folders or files to download

Options:
-o, --output Output directory [default: .]
-m, --max Maximum number of concurrent downloads [default: 10]
-t, --tries Maximum number of tries to repeat for every download [default: 1]
-r, --reverse Download files in reverse order (largest first)
-p, --proxy 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](BUILDING.md) file for detailed instructions.

## Contributing
For contributions, please refer to the [CONTRIBUTING](CONTRIBUTING.md) file for detailed instructions.