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.
"ERROR: Unable to extract list title" downloading private video from Vimeo. #4917
Comments
|
Thank you for the report. I believe this issue to be fixed in youtube-dl 2015.02.10.3 and newer. See our FAQ if you need help updating. |
|
Better, but now I get 'ERROR: Wrong password: HTTP Error 418' error. youtube-dl -v --video-password ***** http://vimeo.com/album/3086144/video/109059888
|
|
Are there by any chance passwords both on the album and the individual video? If that's the case, we must extend our password functionality to allow for both. |
|
I only enter the password once when viewing the videos on vemio.com. But the videos in the album are also marked private, so its possible.
|
|
Yes, that would help a lot. My email address is phihag@phihag.de . |
|
From what i've discovered, album password will grant access to videos only if they are accessed via vimeo.com/album/<album_id>/video/<video_id> scheme. |
|
Any updates on this issue? Is it possible to provide two different passwords, one for the album and one for the video, in cases where these are different? Maybe any hints about how this could be fixed in the source code (if it's an easy fix)?
|
youtube-dl --verbose --video-password ***** http://vimeo.com/album/3086144/video/109059888
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--video-password', u'PRIVATE', 'http://vimeo.com/album/3086144/video/109059888']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.09.2
[debug] Python version 2.7.6 - Darwin-14.1.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo:album] 3086144: 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 619, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 268, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 475, in _real_extract
return self._extract_videos(album_id, 'http://vimeo.com/album/%s' % album_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 429, in _extract_videos
'title': self._extract_list_title(webpage),
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 413, in _extract_list_title
return self._html_search_regex(self._TITLE_RE, webpage, 'list title')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, 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 524, 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.