Last active
June 9, 2017 15:50
-
-
Save Saoneth/fb9c45799dd05e42c3bceb114d1931ad to your computer and use it in GitHub Desktop.
Download torrent file by file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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