You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: