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

Unable to extract title, youtube-dl version 2016.08.22 #10413

Closed
RoboTehnik opened this issue Aug 23, 2016 · 4 comments
Closed

Unable to extract title, youtube-dl version 2016.08.22 #10413

RoboTehnik opened this issue Aug 23, 2016 · 4 comments

Comments

@RoboTehnik
Copy link

@RoboTehnik RoboTehnik commented Aug 23, 2016

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', 'mp4', '--verbose', '--batch-file', 'youtube-dl.lst']
[debug] Batch file urls: ['https://www.youtube.com/watch?v=7BjTh-PhL4c&list=WL&index=1']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.08.22
[debug] Python version 3.4.4 - Windows-XP-5.1.2600-SP3
[debug] exe versions: none
[debug] Proxy map: {}
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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\YoutubeDL.py", line 691, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 347, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\youtube.py", line 2333, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\youtube.py", line 1922, in _extract_playlist
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 659, in _html_search_regex
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 650, in _search_regex
youtube_dl.utils.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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 23, 2016

https://www.youtube.com/watch?v=7BjTh-PhL4c&list=WL&index=1 is either a playlist (watchlater) or a video (7BjTh-PhL4c). By default such cases are handled as a playlist thus you must provide account credentials with -u/-p or .netrc -n for watchlater playlist. For downloading 7BjTh-PhL4c video with this URL --no-playlist must be passed.

@dstftw dstftw closed this Aug 23, 2016
@RoboTehnik
Copy link
Author

@RoboTehnik RoboTehnik commented Aug 23, 2016

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-f', 'mp4', '--username', 'PRIVATE', '--password', 'PRIVATE', 'http://www.youtube.com/playlist?list=WL']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.08.22
[debug] Python version 3.4.4 - Windows-XP-5.1.2600-SP3
[debug] exe versions: none
[debug] Proxy map: {}
WARNING: unable to log in: bad username or password
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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\YoutubeDL.py", line 691, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 347, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\youtube.py", line 2333, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\youtube.py", line 1922, in _extract_playlist
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 659, in _html_search_regex
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6u7yql_3\build\youtube_dl\extractor\common.py", line 650, in _search_regex
youtube_dl.utils.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.

@benklaasen
Copy link

@benklaasen benklaasen commented Aug 27, 2016

I got this error while using 2016.08.24.1 by inadvertently adding an extra character to the playlist identifier. Read the arguments to youtube-dl again carefully.

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
4 participants
You can’t perform that action at this time.