Skip to content

Instantly share code, notes, and snippets.

@georgehrke
Created December 31, 2015 16:14
Show Gist options
  • Save georgehrke/d6cc864f37361b57f5d3 to your computer and use it in GitHub Desktop.
Save georgehrke/d6cc864f37361b57f5d3 to your computer and use it in GitHub Desktop.
Snippet to download all torrents of 32c3
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