MCPcopy Index your code
hub / github.com/NicKoehler/mediafire_rs

github.com/NicKoehler/mediafire_rs @v0.2.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.2 ↗ · + Follow
14 symbols 23 edges 9 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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:
  -i, --input <FILE>     File containing URLs
  -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.

Core symbols most depended-on inside this repo

download_file
called by 1
src/download.rs
attempt_download
called by 1
src/download.rs
spawn_workers
called by 1
src/workers.rs
load_proxies
called by 1
src/io.rs
load_urls
called by 1
src/io.rs
print_failures
called by 1
src/report.rs
build_total_progress_bar
called by 1
src/progress.rs
prepare_total_bar_for_download
called by 1
src/progress.rs

Shape

Function 10
Class 2
Method 2

Languages

Rust100%

Modules by API surface

src/styles.rs2 symbols
src/progress.rs2 symbols
src/io.rs2 symbols
src/download.rs2 symbols
src/config.rs2 symbols
src/workers.rs1 symbols
src/report.rs1 symbols
src/main.rs1 symbols
src/cli.rs1 symbols

For agents

$ claude mcp add mediafire_rs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact