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 video - RegexNotFoundError: Unable to extract list title #20571

Closed
someziggyman opened this issue Apr 5, 2019 · 0 comments
Labels

Comments

@someziggyman
Copy link

@someziggyman someziggyman commented Apr 5, 2019

I'm getting "unable to extract list title" error for Vimeo password protected videos.
Please let me know, if you need a password for that one, I'll gladly share it in a private message to help the testing process. Using the latest version.

Here's the log:

youtube-dl -verbose --video-password somePassword https://vimeo.com/album/5014668
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-verbose', u'--video-password', u'PRIVATE', u'https://vimeo.com/album/5014668']
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: invalid rate limit specified
SYs-MacBook-Pro:~ sy$ youtube-dl --verbose --video-password somePassword https://vimeo.com/album/5014668
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'--video-password', u'PRIVATE', u'https://vimeo.com/album/5014668']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.03.18
[debug] Python version 2.7.10 (CPython) - Darwin-18.5.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo:album] 5014668: Downloading page 1
[vimeo:album] 5014668: Verifying the password
ERROR: Unable to extract list title; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 924, in _real_extract
return self._extract_videos(album_id, 'https://vimeo.com/album/%s' % album_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 860, in _extract_videos
list_title = next(title_and_entries)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 837, in _title_and_entries
yield self._extract_list_title(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 799, in _extract_list_title
return self._TITLE or self._html_search_regex(self._TITLE_RE, webpage, 'list title')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1013, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1004, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract list title; 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.

@remitamine remitamine closed this Apr 5, 2019
@remitamine remitamine added the duplicate label Apr 5, 2019
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.