Skip to content
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

Closed
dodo opened this issue Dec 9, 2010 · 6 comments
Closed

catch HTTPError #34

dodo opened this issue Dec 9, 2010 · 6 comments
Labels

Comments

@dodo
Copy link
Contributor

dodo commented Dec 9, 2010

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.

@rg3
Copy link
Collaborator

rg3 commented Dec 9, 2010

I get the impression youtube-dl has broken completely today due to YouTube changes. I'll have to investigate later when I arrive home.

@yaplik
Copy link

yaplik commented Dec 9, 2010

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.

@rg3
Copy link
Collaborator

rg3 commented Dec 9, 2010

Fix YoutubeIE after recent YouTube changes (closed by d157d25)

@yaplik
Copy link

yaplik commented Dec 9, 2010

Actually
youtube-dl --format=?? xxxxxx
is not working because it's still using old /get_video interface. Patch incomplete. Reopen.

See yaplik@54a791114075ae4300122303dd34b439c83ae459 for fix.

@rg3
Copy link
Collaborator

rg3 commented Dec 9, 2010

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.

@yaplik
Copy link

yaplik commented Dec 10, 2010

Works for me.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants