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] Unable to extract title 2017.01.10 #11702

Closed
funwhilelost opened this issue Jan 13, 2017 · 1 comment
Closed

[Mixcloud] Unable to extract title 2017.01.10 #11702

funwhilelost opened this issue Jan 13, 2017 · 1 comment

Comments

@funwhilelost
Copy link

@funwhilelost funwhilelost commented Jan 13, 2017

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other
$ youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 --embed-thumbnail --no-mtime https://www.mixcloud.com/fabric_London/mc-drs-marcus-intalex-mid-mic-crisis-mix-for-fabriclive/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--extract-audio', u'--audio-format', u'mp3', u'--audio-quality', u'0', u'--embed-thumbnail', u'--no-mtime', u'https://www.mixcloud.com/fabric_London/mc-drs-marcus-intalex-mid-mic-crisis-mix-for-fabriclive/', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.01.10
[debug] Python version 2.7.11 - Darwin-16.1.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.2.1, ffprobe 3.2.1, rtmpdump 2.4
[debug] Proxy map: {}
[mixcloud] fabric_London-mc-drs-marcus-intalex-mid-mic-crisis-mix-for-fabriclive: Downloading webpage
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 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 359, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/mixcloud.py", line 96, in _real_extract
    PREFIX + r'm-title="([^"]+)"', webpage, 'title')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 671, 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 662, 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.

Mixcloud is unable to retrieve the title on a handful of pages. On a couple occasions it's succeeded by re-running youtube-dl a few times.

@funwhilelost
Copy link
Author

@funwhilelost funwhilelost commented Jan 13, 2017

Sorry, dupe of #11674 which just got patched an hour ago.

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