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.
Crash when trying to download embed vimeo video with domain restriction #397
Comments
|
Now you can use |
URL to video (not embed) http://vimeo.com/47019590 works just fine, but copypasted from Page Source embed URL leads to backtrace:
$ /sources/youtube-dl/youtube-dl http://player.vimeo.com/video/47019590
[vimeo] 47019590: Downloading webpage
[vimeo] 47019590: Extracting information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/sources/youtube-dl/youtube-dl/main.py", line 7, in
File "/sources/youtube-dl/youtube-dl/init.py", line 535, in main
File "/sources/youtube-dl/youtube-dl/init.py", line 519, in _real_main
File "/sources/youtube-dl/youtube-dl/FileDownloader.py", line 475, in download
File "/sources/youtube-dl/youtube-dl/InfoExtractors.py", line 80, in extract
File "/sources/youtube-dl/youtube-dl/InfoExtractors.py", line 1019, in _real_extract
IndexError: list index out of range