Created
December 31, 2015 16:14
-
-
Save georgehrke/d6cc864f37361b57f5d3 to your computer and use it in GitHub Desktop.
Snippet to download all torrents of 32c3
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 x in `lynx http://cdn.media.ccc.de/congress/2015/h264-hd/ --dump | grep "http" | grep "32c3" | cut -c 7-`; do | |
wget -nc "$x.torrent"; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment