Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fails to get Vimeo video info #224
Comments
|
Oops, we really need automated tests to keep me from commiting broken code. Fixed in 2011.11.23 - running By the way, if your URL contains ampersands or other strange characters, put it into quotes, as in
|
|
Confirmed. Thanks for super quick fix. :) |
youtube-dl -U
Updating to latest version...
youtube-dl is up-to-date (2011.11.22)
youtube-dl http://vimeo.com/5662331
[vimeo] 5662331: Downloading webpage
[vimeo] 5662331: Extracting information
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 4186, in
main()
File "/usr/bin/youtube-dl", line 4177, in main
_real_main()
File "/usr/bin/youtube-dl", line 4164, in _real_main
retcode = fd.download(all_urls)
File "/usr/bin/youtube-dl", line 815, in download
ie.extract(url)
File "/usr/bin/youtube-dl", line 1073, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl", line 2017, in _real_extract
simple_title = _simple_title(video_title)
NameError: global name '_simple_title' is not defined
Tried multiple Vimeo URLs and all the same
Running on Amazon EC2 with: ebs/ubuntu-images/ubuntu-natty-11.04-i386-server-20111003
Youtube URL's work with no problem
youtube-dl http://www.youtube.com/watch?v=iG8UAHIuHeI&feature=feedrec_grec_index
[1] 19508
root@domU-12-31-39-09-88-BE:/home/ubuntu# [youtube] Setting language
[youtube] iG8UAHIuHeI: Downloading video webpage
[youtube] iG8UAHIuHeI: Downloading video info webpage
[youtube] iG8UAHIuHeI: Extracting video information
[download] Destination: iG8UAHIuHeI.mp4
[download] 100.0% of 4.27M at 29.07M/s ETA 00:00
ls -l
-rw-r--r-- 1 user user 4472446 2011-02-14 13:44 iG8UAHIuHeI.mp4
When I run it in my OSX Terminal locally with the previous version it works fine for Vimeo. Once I ran youtube-dl -U on the mac, then it fails the same way. Is there a way to downgrade?