Skip to content

Instantly share code, notes, and snippets.

@ethereal-engineer
Last active August 29, 2015 14:02
Show Gist options
  • Save ethereal-engineer/b454352f470859c75fe7 to your computer and use it in GitHub Desktop.
Save ethereal-engineer/b454352f470859c75fe7 to your computer and use it in GitHub Desktop.
Fixed script for downloading all WWDC 2014 session videos in SD
curl https://developer.apple.com/videos/wwdc/2014/ | grep -iIoh 'http.[^\ ]*_sd_.*dl=1">SD' | sed -e 's/\?dl=1">SD//g' | xargs -n1 wget -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment