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

[Mixcloud] Add support for channels/playlists #5272

Closed
GijsTimmers opened this issue Mar 24, 2015 · 3 comments
Closed

[Mixcloud] Add support for channels/playlists #5272

GijsTimmers opened this issue Mar 24, 2015 · 3 comments

Comments

@GijsTimmers
Copy link

@GijsTimmers GijsTimmers commented Mar 24, 2015

[me@pc /tmp]$ youtube-dl --version
2015.03.18
[me@pc /tmp]$ youtube-dl -x --audio-format "mp3" --restrict-filenames -o "%(title)s.%(ext)s" --verbose https://www.mixcloud.com/LeFtOoO/uploads/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-x', '--audio-format', 'mp3', '--restrict-filenames', '-o', '%(title)s.%(ext)s', '--verbose', 'https://www.mixcloud.com/LeFtOoO/uploads/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.03.18
[debug] Python version 2.7.6 - Linux-3.16.0-33-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 1.2.6-7, avprobe 1.2.6-7, ffmpeg 1.2.6-7, ffprobe 1.2.6-7
[debug] Proxy map: {}
[mixcloud] LeFtOoO-uploads: Downloading webpage
[mixcloud] LeFtOoO-uploads: Checking URL 21/30 ...
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/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 654, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 275, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/mixcloud.py", line 89, in _real_extract
    PREFIX + r'm-title="([^"]+)"', webpage, 'title')
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 557, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 547, 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; 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.

[me@pc /tmp]$ 
@dstftw dstftw changed the title [Mixcloud] Can't download channel: unable to extract title [Mixcloud] Add support for channels/playlists Mar 24, 2015
@rbu
Copy link

@rbu rbu commented May 4, 2015

duplicate of #3750 ?

@bellwood
Copy link

@bellwood bellwood commented Nov 24, 2015

Is there any update for this? The 11.24.2015 build does not work for mixcloud...

All attempts throw "Unable to extract title" errors

Thank you =)

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 15, 2016

Thanks to @Phaeilo Mixcloud playlists and user pages will be supported in the next version.

@yan12125 yan12125 closed this Apr 15, 2016
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
5 participants
You can’t perform that action at this time.