Skip to content

Instantly share code, notes, and snippets.

@1gg
Last active September 2, 2018 07:32
Show Gist options
  • Save 1gg/c7da4d5e798233ee39d4692f60a84255 to your computer and use it in GitHub Desktop.
Save 1gg/c7da4d5e798233ee39d4692f60a84255 to your computer and use it in GitHub Desktop.
# rutorrent config: [filter red-FL]
# upload-type = exec
# upload-command = /bin/bash
# upload-args = /path/to/script/dl.sh $(TorrentUrl)
#!/bin/bash
fl="&usetoken=1"
#for test
#fl=""
link=$@$fl
wget -O /path/to/client/watch/a.torrent $link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment