-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not download WWDC2013 videos? #34
Comments
I am also facing same issue.. please suggest how to solve this.. |
Got the same problem for all WWDC videos. |
Here what i found in my analysis, Apple has changes it's website presentation for wwdc videos, So script is unable to fetch video url's..problem is somewhere parsing the video.html file near lines
it needs to parse correct html tag.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi , I want to download WWDC2013-405 video and url is https://developer.apple.com/videos/play/wwdc2013-405/,
and I try
./wwdcVideoPDFGet-curlVersion.sh -y 2013 -s 405
on iTerm2,it return this :
It just create a folder on my local disk.Then I type
./wwdcVideoPDFGet-curlVersion.sh -y 2013 -s 405 -l [email protected]
it turn out this:
How to solve this ?
The text was updated successfully, but these errors were encountered: