Unlocks premium link or downloads magnet with All Debrid premium account.
# download from premium host with wget, and set the output document to `renamed.zip`
adget "https://alligator.com/somefile.zip" -- -O renamed.zip
# get an all debrid download link of a magnet, and append to `links.txt`
adget -n "magnet:?xt=..." >> links.txt
- rust https://www.rust-lang.org/tools/install
- wget
- All Debrid premium account
- clone and cd into this repo
- run:
cargo build --release
- cp
./target/release/adget
to/usr/local/bin
- or run the script
./scripts/deploy.sh
- to remove adget, we have
./scripts/undeploy.sh
- or run the script
- run
adget <magnet>
oradget <premium link>
- (you only have to do the following in the first run or when the apikey becomes invalid)
- generate an apikey here: https://alldebrid.com/apikeys/
- paste your apikey into the terminal
- profit
> adget --help
All Debrid Downloader
Usage: adget [OPTIONS] <link> [-- <wget-args>...]
Arguments:
<link> Magnet or Premium Link To Download
[wget-args]... Args for wget
Options:
-n, --nodl No Download: only prints out the all debrid link
-h, --help Print help