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

ERROR: Unable to extract title #2896

Closed
yormi opened this issue May 12, 2014 · 2 comments
Closed

ERROR: Unable to extract title #2896

yormi opened this issue May 12, 2014 · 2 comments

Comments

@yormi
Copy link

@yormi yormi commented May 12, 2014

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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 12, 2014

The list seems to be private, so you need to use the --username or --netrc option. In the next version you'll get a better error message (e399853).

If that doesn't work comment here and I'll reopen the issue.

@jaimeMF jaimeMF closed this May 12, 2014
@yormi
Copy link
Author

@yormi yormi commented May 13, 2014

Oh yeah... you're right ! My bad...

Thanks man

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.