Skip to content

Instantly share code, notes, and snippets.

@radianttap
Created June 4, 2014 09:14
Show Gist options
  • Save radianttap/1ee3ffc283ac77ee68ca to your computer and use it in GitHub Desktop.
Save radianttap/1ee3ffc283ac77ee68ca to your computer and use it in GitHub Desktop.
Download HD session from WWDC 2014
curl https://developer.apple.com/videos/wwdc/2014/ | grep -iIoh 'http.*._hd_.*dl=1">HD' | sed -e 's/\?dl=1">HD//g' | xargs -n1 wget -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment