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.
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.