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

Unhandled exception when downloading password-protected file on Vimeo #2053

Closed
morozov opened this issue Dec 28, 2013 · 5 comments
Closed

Unhandled exception when downloading password-protected file on Vimeo #2053

morozov opened this issue Dec 28, 2013 · 5 comments
Labels
bug

Comments

@morozov
Copy link

@morozov morozov commented Dec 28, 2013

Here's the output:

$ youtube-dl --version
2013.12.26
$ youtube-dl -v http://player.vimeo.com/video/55670652
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://player.vimeo.com/video/55670652']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2013.12.26
[debug] Python version 2.7.4 - Linux-3.8.0-34-generic-x86_64-with-Ubuntu-13.04-raring
[debug] Proxy map: {}
[vimeo] 55670652: Downloading webpage
[vimeo] 55670652: 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 "/usr/bin/youtube-dl/__main__.py", line 18, in <module>
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 741, in main
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 731, in _real_main
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 912, in download
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 484, in extract_info
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 149, in extract
  File "/usr/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 184, in _real_extract
KeyError: 'title'
@phihag phihag closed this in 559e370 Jan 6, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Jan 6, 2014

Reopening, we still need to add actual support for --video-password for player URLs.

@phihag phihag reopened this Jan 6, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Jan 7, 2014

It looks like the player infrastructure is completely different from normal vimeo videos. Therefore, to add support for video-passwords for player URLs, we need an example. Can you share the correct password for that video?

@morozov
Copy link
Author

@morozov morozov commented Jan 7, 2014

I've sent the password to phihag@phihag.de.

@phihag phihag closed this in 0eecc6a Jan 7, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Jan 7, 2014

Thank you. Support for passwords has been added as of youtube-dl. 2014.01.07.4 . Type sudo youtube-dl -U to update.

@morozov
Copy link
Author

@morozov morozov commented Jan 8, 2014

Thank you. Works perfectly 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.