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

Youtube playlist download error #14095

Closed
SomeBody16 opened this issue Sep 1, 2017 · 1 comment
Closed

Youtube playlist download error #14095

SomeBody16 opened this issue Sep 1, 2017 · 1 comment
Labels

Comments

@SomeBody16
Copy link

@SomeBody16 SomeBody16 commented Sep 1, 2017

I don't know why error, a few weeks ago everything working but now...

$ youtube-dl --verbose -i --download-archive SomeMusic.data https://www.youtube.com/playlist?list=PLo7WlwXTh7_Emg4gJLvKXYlUv2O7fQEKE
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-i', '--download-archive', 'SomeMusic.data', 'https://www.youtube.com/playlist?list=PLo7WlwXTh7_Emg4gJLvKXYlUv2O7fQEKE']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.08.05
[debug] Python version 2.7.9 - Linux-2.6.32-042stab123.9-x86_64-with-debian-8.5
[debug] Proxy map: {}
[youtube:playlist] PLo7WlwXTh7_Emg4gJLvKXYlUv2O7fQEKE: 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/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 170, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1050, in _real_extract
    page, u'title')
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 401, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
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.

$ 

Please help me :<

@C4K3
Copy link
Contributor

@C4K3 C4K3 commented Sep 1, 2017

Likely duplicate of #14083

@dstftw dstftw closed this Sep 1, 2017
@dstftw dstftw added the duplicate label Sep 1, 2017
@ytdl-org ytdl-org locked and limited conversation to collaborators Sep 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.