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.
vimeo password-protected videos cannot extract info section #1645
Comments
|
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. |
|
This fix has been incoporated into youtube-dl 2013.10.23.2, which we are releasing right now. |
|
Works great, thanks! |
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.