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] Cannot extract list of password protected album #19285

Closed
ckalinwi opened this issue Feb 20, 2019 · 0 comments
Closed

[Vimeo] Cannot extract list of password protected album #19285

ckalinwi opened this issue Feb 20, 2019 · 0 comments
Labels

Comments

@ckalinwi
Copy link

@ckalinwi ckalinwi commented Feb 20, 2019

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.02.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2019.02.18

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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

@dstftw dstftw closed this Feb 20, 2019
@dstftw dstftw added the duplicate label Feb 20, 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.