Created
June 15, 2014 02:41
-
-
Save landfound/8816a5d1a90bab847d2f to your computer and use it in GitHub Desktop.
download wwdc2014
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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