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.
RegexNotFoundError: Unable to extract title #7548
Comments
|
Duplicate of #7544. |
|
Thank you for the report. I believe this issue to be fixed in youtube-dl version 2015.11.18. See our FAQ if you need help updating. |
|
Thanks. I searched for other open issues with "title" but I didn't find anything. Please do what you need to do. Eric From: Jaime Marquínez Ferrándiz notifications@github.com [https://avatars0.githubusercontent.com/u/13631233?v=3&s=400]#7544 Unable to extract title · Issue #7544 · rg3/youtube-dl Reply to this email directly or view it on GitHubhttps://github.com//issues/7548#issuecomment-157809689. |
|
Thanks! Sometime since the time I had the problem an hour and a half ago, 2015.11.18 was available. Eric From: Philipp Hagemeister notifications@github.com Thank you for the report. I believe this issue to be fixed in youtube-dl version 2015.11.18. See our FAQhttps://yt-dl.org/update if you need help updating. Reply to this email directly or view it on GitHubhttps://github.com//issues/7548#issuecomment-157810646. |
|
I'd like to mention that the message "WARNING: Your copy of avconv is outdated and unable to properly mux separate video and audio files, youtube-dl will download single file media. Update avconv to version 10-0 or newer to fix this." that I get every time I run youtube-dl is simply a waste of terminal space. There is no avconv 10-0 or 10.0 or anything like it for linux. I am somewhat aware of the developer war between ffmpeg and avconv but I see no reason for youtube-dl to be involved. Eric From: Philipp Hagemeister notifications@github.com Thank you for the report. I believe this issue to be fixed in youtube-dl version 2015.11.18. See our FAQhttps://yt-dl.org/update if you need help updating. Reply to this email directly or view it on GitHubhttps://github.com//issues/7548#issuecomment-157810646. |
|
Open a new issue. Keep in mind that it's reported because you have installed an old version of avconv (see the |
|
I have the latest version of avconv for my OS. What does this "exe" mean.... I'm not opening an issue. It's just an annoyance. Not a bug. Eric From: Jaime Marquínez Ferrándiz notifications@github.com Open a new issue. Keep in mind that it's reported because you have installed an old version of avconv (see the [debug] exe versions line). Reply to this email directly or view it on GitHubhttps://github.com//issues/7548#issuecomment-157893339. [https://avatars2.githubusercontent.com/u/2657058?v=3&s=400]#7548 (comment) RegexNotFoundError: Unable to extract title · Issue #7548 · rg3/youtube-dl |
I looked for workarounds and it seems this is an old issue, solved in 2014. I'm getting it with the latest version: 2015.11.15.
youtube-dl -wti --flat-playlist--verbose https://www.youtube.com/playlist?list=PLmN6dKnsGvNywL-1TV3hqLTW_YFgWlUjL > error
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-wti', u'--flat-playlist', u'--verbose', u'https://www.youtube.com/playlist?list=PLmN6dKnsGvNywL-1TV3hqLTW_YFgWlUjL']
[debug] Encodings: locale UTF-8, fs UTF-8, out None, pref UTF-8
[debug] youtube-dl version 2015.11.15
[debug] Python version 2.7.3 - Linux-3.5.0-54-generic-i686-athlon-with-Ubuntu-12.04-precise
[debug] exe versions: avconv 0.8.17-4, avprobe 0.8.17-4, ffmpeg 0.8.17-4, ffprobe 0.8.17-4, rtmpdump 2.4
[debug] Proxy map: {'http': 'http://10.10.10.1:3128/', 'https': 'https://10.10.10.1:3128/', 'no': 'localhost,127.0.0.0/8'}
ERROR: Unable to extract 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 661, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1644, in _real_extract
return self._extract_playlist(playlist_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1619, in _extract_playlist
page, 'title')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 593, 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 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract 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.