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

Vimeo - video password verification failed! - v.2015.11.10 #7451

Closed
LTIOfficial opened this issue Nov 11, 2015 · 1 comment
Closed

Vimeo - video password verification failed! - v.2015.11.10 #7451

LTIOfficial opened this issue Nov 11, 2015 · 1 comment

Comments

@LTIOfficial
Copy link

@LTIOfficial LTIOfficial commented Nov 11, 2015

After updating youtube-dl, I tried the same command structure that's worked for me in the past, but no joy. The page opens and plays when the same password is used directly at the Vimeo hosting page. Am I missing something?

python2.6 youtube-dl --verbose --video-password xxxxxxx http://vimeo.com/xxxxxxxx

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'--video-password', u'PRIVATE', u'http://vimeo.com/xxxxxxxx']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.11.10
[debug] Python version 2.6.8 - Linux-2.6.32-042stab104.1-x86_64-with-redhat-5.11-Final
[debug] exe versions: ffmpeg SVN-r19795
[debug] Proxy map: {}
[vimeo] xxxxxxxx: Downloading webpage
[vimeo] xxxxxxxx: Extracting information
[vimeo] xxxxxxxx: Verifying the password
[vimeo] xxxxxxxx: Downloading webpage
[vimeo] xxxxxxxx: Extracting information
ERROR: video password verification failed!; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube-dl/youtube_dl/extractor/vimeo.py", line 316, in _real_extract
flags=re.DOTALL)
File "youtube-dl/youtube_dl/extractor/common.py", line 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube-dl/youtube_dl/YoutubeDL.py", line 661, in extract_info
ie_result = ie.extract(url)
File "youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "youtube-dl/youtube_dl/extractor/vimeo.py", line 327, in _real_extract
smuggle_url(url, {'_video_password_verified': 'verified'}))
File "youtube-dl/youtube_dl/extractor/vimeo.py", line 324, in _real_extract
raise ExtractorError('video password verification failed!')
ExtractorError: video password verification failed!; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw dstftw closed this in 3d9c4bf Nov 11, 2015
@LTIOfficial
Copy link
Author

@LTIOfficial LTIOfficial commented Nov 16, 2015

The latest version worked perfectly. Thank you!

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
1 participant
You can’t perform that action at this time.