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
- Host: GitHub
- URL: https://github.com/nickoehler/mediafire_rs
- Owner: NicKoehler
- License: mit
- Created: 2024-03-07T14:30:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T17:13:15.000Z (5 months ago)
- Last Synced: 2026-01-30T04:57:50.281Z (5 months ago)
- Topics: async, bulk-download, downloader, mediafire, mediafire-downloader, rust
- Language: Rust
- Homepage:
- Size: 645 KB
- Stars: 164
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Async rust rewrite of
mediafire_bulk_downloader
## Preview

## 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.