Skip to content

Instantly share code, notes, and snippets.

@landfound
Created June 15, 2014 02:41
Show Gist options
  • Select an option

  • Save landfound/8816a5d1a90bab847d2f to your computer and use it in GitHub Desktop.

Select an option

Save landfound/8816a5d1a90bab847d2f to your computer and use it in GitHub Desktop.
download wwdc2014
brew install axel
curl https://developer.apple.com/videos/wwdc/2014/ | grep -ioI 'http.*._hd_.*dl=1">HD' | sed -e 's/\?dl=1">HD//g'| xargs -n1 axel -a -n 8
curl https://developer.apple.com/videos/wwdc/2014/ | grep -ioI 'http.*pdf?dl=1' | sed 's/\?dl=1//g' | xargs -n1 axel -a -n 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment