A fast and stable Mega downloader using Reqwest for HTTP and Iced for the UI. Learn more on chanchan.dev.
Usage: giga_grabber.exe [OPTIONS] <URL>
Arguments:
<URL>
MEGA URL to download
Options:
--max-workers <MAX_WORKERS>
Maximum number of concurrent download workers (1-10, default: 10)
--concurrency-budget <CONCURRENCY_BUDGET>
Concurrency budget for weighted downloads (1-100, default: 10)
--max-retries <MAX_RETRIES>
Maximum number of retry attempts (default: 3)
--timeout <TIMEOUT>
Request timeout in seconds (default: 20)
--max-retry-delay <MAX_RETRY_DELAY>
Maximum retry delay in seconds (default: 30)
--min-retry-delay <MIN_RETRY_DELAY>
Minimum retry delay in seconds (default: 10)
--proxy-mode <PROXY_MODE>
Proxy mode: none, single, or random (default: none)
Possible values:
- none: No proxy
- single: Use a single proxy
- random: Use a random proxy from the list
--proxies <PROXIES>
Proxy URL (can be specified multiple times for random mode)
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
All contributions are welcome.
$ claude mcp add giga-grabber \
-- python -m otcore.mcp_server <graph>