Last active
August 29, 2015 14:02
-
-
Save ethereal-engineer/b454352f470859c75fe7 to your computer and use it in GitHub Desktop.
Fixed script for downloading all WWDC 2014 session videos in SD
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
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