Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HieronymusCH/e38d56aa06b2720f3c3b3304eafaf1d0 to your computer and use it in GitHub Desktop.
Save HieronymusCH/e38d56aa06b2720f3c3b3304eafaf1d0 to your computer and use it in GitHub Desktop.
Download all current video torrents of 32c3 congress at once.Credits go to @jansauer https://twitter.com/jansauer/status/681253309777358849
# This is only necessary if you are missing "grep"
brew install homebrew/dupes/grep
wget -q -O - https://cdn.media.ccc.de/congress/32C3/h264-hd/ | grep -oP '(?<=href=")[^"]*\.mp4(?=")' | xargs -I % bash -c 'test ! -f % && wget -q -nc "https://cdn.media.ccc.de/congress/32C3/h264-hd/%.torrent"'
@HieronymusCH
Copy link
Author

This is not working anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment