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 - Mixcloud Streams/Uploads #7633

Closed
bellwood opened this issue Nov 24, 2015 · 2 comments
Closed

ERROR: Unable to extract title - Mixcloud Streams/Uploads #7633

bellwood opened this issue Nov 24, 2015 · 2 comments

Comments

@bellwood
Copy link

@bellwood bellwood commented Nov 24, 2015

youtube-dl https://www.mixcloud.com/FirstEar/stream/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://www.mixcloud.com/FirstEar/stream/', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.11.24
[debug] Python version 2.7.10 - Darwin-15.0.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[mixcloud] FirstEar-stream: Downloading webpage
[mixcloud] FirstEar-stream: Trying mp3 URL
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 663, 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/mixcloud.py", line 77, in _real_extract
PREFIX + r'm-title="([^"]+)"', webpage, '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.

@bellwood bellwood changed the title ERROR: Unable to extract title ERROR: Unable to extract title - Mixcloud Streams/Uploads Nov 24, 2015
@dmp1ce
Copy link

@dmp1ce dmp1ce commented Jan 26, 2016

Same thing here:

youtube-dl -t --verbose https://www.mixcloud.com/jhsounds/playlists/the-duosis-mixtapes/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', '--verbose', 'https://www.mixcloud.com/jhsounds/playlists/the-duosis-mixtapes/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.01.09
[debug] Python version 3.5.1 - Linux-4.3.3-2-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.8.5, ffprobe 2.8.5, rtmpdump 2.4
[debug] Proxy map: {}
[mixcloud] jhsounds-playlists: Downloading webpage
[mixcloud] jhsounds-playlists: Trying mp3 URL
[mixcloud] jhsounds-playlists: Trying m4a URL
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 312, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/mixcloud.py", line 78, in _real_extract
    PREFIX + r'm-title="([^"]+)"', webpage, 'title')
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 616, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 607, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@yan12125 yan12125 closed this in e6da924 Apr 15, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 15, 2016

Mixcloud streams and playlists will be supported in the next version.

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