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] Downloading Channel/Album - Unable to extract list title #15704

Closed
rudedogg opened this issue Feb 26, 2018 · 4 comments
Closed

[Vimeo] Downloading Channel/Album - Unable to extract list title #15704

rudedogg opened this issue Feb 26, 2018 · 4 comments

Comments

@rudedogg
Copy link

@rudedogg rudedogg commented Feb 26, 2018


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

  • [x ] I've verified and I assure that I'm running youtube-dl 2018.02.26

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)

Attempted to download a channel/album and recieved this error. Tried both 2018.02.22 and 2018.02.26

Command:

youtube-dl "https://vimeo.com/album/4786409" -v

Output:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://vimeo.com/album/4786409', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.02.26
[debug] Python version 3.6.3 (CPython) - Darwin-17.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.4.2, ffprobe 3.4.2
[debug] Proxy map: {}
[vimeo:album] 4786409: Downloading page 1
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 785, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 855, 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 791, in _extract_videos
    list_title = next(title_and_entries)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 768, in _title_and_entries
    yield self._extract_list_title(webpage)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 730, 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 805, 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 796, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.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.
@kayb94
Copy link
Contributor

@kayb94 kayb94 commented Mar 7, 2018

I'm working on it.

@tempseptember
Copy link

@tempseptember tempseptember commented Mar 10, 2018

youtube-dl.exe --verbose "https://vimeo.com/album/5024368"

debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://vimeo.com/album/5024368']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.03.10
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg 2.8.4
[debug] Proxy map: {}
[vimeo:album] 5024368: Downloading page 1
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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\common.py", line 440, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\vimeo.py", line 864, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\vimeo.py", line 800, in _extract_videos
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\vimeo.py", line 777, in _title_and_entries
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\vimeo.py", line 739, in _extract_list_title
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\common.py", line 805, in _html_search_regex
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpzznjsz2q\build\youtube_dl\extractor\common.py", line 796, in _search_regex
youtube_dl.utils.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.

@kayb94 kayb94 mentioned this issue Mar 13, 2018
6 of 6 tasks complete
@PSlava
Copy link

@PSlava PSlava commented Mar 15, 2018

It doesn't fix extraction of password protected albums!

@kayb94
Copy link
Contributor

@kayb94 kayb94 commented Mar 15, 2018

That's not what I tried to achieve. Step by step.

@ytdl-org ytdl-org locked as spam and limited conversation to collaborators Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from ckalinwi Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from ckalinwi Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from cyhojoey Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from ArondeParon Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from zepp-lee Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from jhormigo Feb 17, 2019
@ytdl-org ytdl-org deleted a comment from pikurasa Feb 17, 2019
@remitamine remitamine closed this in eb9c9c7 Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants
You can’t perform that action at this time.