Skip to content

Instantly share code, notes, and snippets.

@fastred
Created June 4, 2014 09:40
Show Gist options
  • Save fastred/4105a1efac93551f6b25 to your computer and use it in GitHub Desktop.
Save fastred/4105a1efac93551f6b25 to your computer and use it in GitHub Desktop.
WWDC 2014 Videos Downloader (from: https://twitter.com/merowing_/status/474071685826883584)
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