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 password-protected videos cannot extract info section #1645

Closed
CraigMarkwardt opened this issue Oct 23, 2013 · 3 comments
Closed

vimeo password-protected videos cannot extract info section #1645

CraigMarkwardt opened this issue Oct 23, 2013 · 3 comments

Comments

@CraigMarkwardt
Copy link
Contributor

@CraigMarkwardt CraigMarkwardt commented Oct 23, 2013

I'm filing this as a new issue since #1642 is closed, but it looks to be a similar problem...

Even after upgrading to 2013.10.23.1, I still have the same problem on password protected vimeo videos.
(in example below the password 'boxing' is passed using --video-password)

youtube-dl --verbose --no-continue --no-overwrites --write-info-json --video-password boxing --ignore-errors --max-quality 22 'http://vimeo.com/33086636'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--no-continue', '--no-overwrites', '--write-info-json', '--video-password', 'boxing', '--ignore-errors', '--max-quality', '22', 'http://vimeo.com/33086636']
[debug] youtube-dl version 2013.10.23.1
[debug] Python version 2.7.3 - Linux-3.2.0-39-generic-i686-with-LinuxMint-13-maya
[debug] Proxy map: {}
[vimeo] 33086636: Downloading webpage
[vimeo] 33086636: Extracting information
ERROR: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/vimeo.py", line 134, in realextract
r' data-config-url="(.+?)"', webpage, u'config URL')
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/common.py", line 265, in htmlsearch_regex
res = self.searchregex(pattern, string, name, default, fatal, flags)
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/common.py", line 255, in searchregex
raise RegexNotFoundError(u'Unable to extract %s' % name)
RegexNotFoundError: Unable to extract config URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtubedl/YoutubeDL.py", line 342, in extract_info
ie_result = ie.extract(url)
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/common.py", line 121, in extract
return self.realextract(url)
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/vimeo.py", line 140, in realextract
webpage, u'info section', flags=re.DOTALL)
File "/home/craigm/src/youtube-dl-exe/youtube-dl/youtube_dl/extractor/common.py", line 255, in searchregex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info section; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Oct 23, 2013

I fixed it in 93b22c7, sorry but I forgot to check videos with password, now we have a test so we'll notice easily if it's broken. You'll have to wait for a new version or use the git version. Thanks for reporting.

@jaimeMF jaimeMF closed this Oct 23, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Oct 23, 2013

This fix has been incoporated into youtube-dl 2013.10.23.2, which we are releasing right now.

@CraigMarkwardt
Copy link
Contributor Author

@CraigMarkwardt CraigMarkwardt commented Oct 23, 2013

Works great, thanks!

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