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 title #2896
Comments
|
The list seems to be private, so you need to use the If that doesn't work comment here and I'll reopen the issue. |
|
Oh yeah... you're right ! My bad... Thanks man |
debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--extract-audio', '-v', 'https://www.youtube.com/watch?v=qlGQoxzdwP4&list=PLE7sM2z8yM1o9yd4VR-qIBLv_E4Ad4wqW']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all charactes. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ascii, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.05.05
[debug] Python version 3.4.0 - Linux-3.14.2-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] Proxy map: {}
[youtube:playlist] Downloading playlist PLE7sM2z8yM1o9yd4VR-qIBLv_E4Ad4wqW - add --no-playlist to just download video qlGQoxzdwP4
[youtube:playlist] PLE7sM2z8yM1o9yd4VR-qIBLv_E4Ad4wqW: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 1469, in _real_extract
page, u'title')
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 386, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 376, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.