ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.61k stars 9.97k forks source link

Download fails on dailymotion (ERROR: unable to extract uploader nickname) #98

Closed poussah closed 13 years ago

poussah commented 13 years ago

Download fails on dailymotion with "ERROR: unable to extract uploader nickname"

Suggested patch (tested on several videos) : http://pastebin.com/UXmYznc9

rg3 commented 13 years ago

Thanks for reporting the problem. Your patch does not appear to work with the first video I tried:

http://www.dailymotion.com/video/xhx4wj_governator-se-convierte-en-super-heroe-de-comic_shortfilms#hp-v-v4

Will take a look at this later.

rg3 commented 13 years ago

Can you try this version?

https://gist.github.com/968eb03e2ccc55b19449

poussah commented 13 years ago

seems to work with those I tried

yvestan commented 13 years ago

it works for me too

yvestan commented 13 years ago

it seems that it no longer works :/

nivensd commented 13 years ago

This problem also occurs on some Youtube videos. Specifically Julian Smith's (juliansmith87) videos. Haven't tested any others yet.

phihag commented 13 years ago

@nivensd Can you give us a specific URL? I'm currently preparing automated tests, and I'd love to find problematic cases. Does the problem occur with http://www.youtube.com/watch?v=uHlDtZ6Oc3s ? Also, which version of youtube-dl and Python (youtube-dl --version and python --version would be a good start) are you using?

nivensd commented 13 years ago

Turns out I had downloaded the wrong version (2009.06.29) instead of the current version. Will download new version and try that. Edit: It works now. Thanks though.