mediafire_rs

Crates.iomediafire_rs
lib.rsmediafire_rs
version
sourcesrc
created_at2024-03-07 14:42:17.319586
updated_at2025-01-08 10:45:47.394801
descriptionDownloads files and folders from mediafire
homepagehttps://github.com/NicKoehler/mediafire_rs
repositoryhttps://github.com/NicKoehler/mediafire_rs
max_upload_size
id1166002
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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]
  -h, --help             Print help
  -V, --version          Print version

For building from source, please refer to the BUILDING.md file for detailed instructions.

Commit count: 31

cargo fmt