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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.02.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
[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/5670071']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.02.18
[debug] Python version 2.7.12 (CPython) - Linux-4.4.0-142-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo:album] 5670071: Downloading page 1
[vimeo:album] 5670071: 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; see https://yt-dl.org/update on how 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/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 912, in _real_extract
return self._extract_videos(album_id, 'https://vimeo.com/album/%s' % album_id)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 848, in _extract_videos
list_title = next(title_and_entries)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 825, in _title_and_entries
yield self._extract_list_title(webpage)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 787, in _extract_list_title
return self._TITLE or self._html_search_regex(self._TITLE_RE, webpage, 'list title')
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 992, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 983, 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; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description of your issue, suggested solution and other information
Fails on password protected Vimeo album. This issue is already open for previous versions of youtube-dl, but those issues are locked for additional comments. If you need the password to test this specific site, please let me know and I can get it to you privately.