-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
catch HTTPError #34
Comments
I get the impression youtube-dl has broken completely today due to YouTube changes. I'll have to investigate later when I arrive home. |
Youtube no longer provides www.youtube.com/get_video interface and responds on these requests with HTTP 204 No Content. Native youtube flashplayer gets HTTP 204 code as well. I fixed YoutubeIE by extracting url from fmt_map variable. Pull request pending (yaplik@7393b943a43543f2e9d1f0656afddd048809ae22). Also close #35 when closing this ticket. |
Fix YoutubeIE after recent YouTube changes (closed by d157d25) |
Actually See yaplik@54a791114075ae4300122303dd34b439c83ae459 for fix. |
I thought nobody would notice that I had to backpedal a bit and retag the release about an hour ago. :) Check the last commit in my tree. |
Works for me. |
just got a 404 from youtube but doesn't see it until i printed the plain error in
FileDownloader.process_info
.only
ERROR: unable to download video (format may not be available)
is a little less info i think.The text was updated successfully, but these errors were encountered: