Skip to content

Instantly share code, notes, and snippets.

@Saoneth
Last active June 9, 2017 15:50
Show Gist options
  • Save Saoneth/fb9c45799dd05e42c3bceb114d1931ad to your computer and use it in GitHub Desktop.
Save Saoneth/fb9c45799dd05e42c3bceb114d1931ad to your computer and use it in GitHub Desktop.
Download torrent file by file
FOR /L %%G IN (%2,1,%3) DO aria2c --peer-id-prefix="-UT2210-" --user-agent="uTorrent/2210(25110)" --file-allocation=none --seed-time=0 --bt-tracker=udp://tracker.openbittorrent.com:80/announce --select-file=%%G %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment