Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
broken: mixcloud.com #4784
broken: mixcloud.com #4784
Comments
|
Same error here.
|
|
mixcloud will work again in the next version. Thanks for the report. |
|
I believe this issue to be fixed in youtube-dl 2015.02.02. See our FAQ if you need help updating. |
~/youtube-dl http://www.mixcloud.com/johndigweed/transitions-with-john-digweed-live-from-maze-athens/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.mixcloud.com/johndigweed/transitions-with-john-digweed-live-from-maze-athens/', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out None, pref UTF-8
[debug] youtube-dl version 2015.01.23.4
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-i686-with-LinuxMint-17-qiana
[debug] exe versions: none
[debug] Proxy map: {}
WARNING: unable to extract like count; please report this issue on http://yt-dl.org/bug
WARNING: unable to extract play count; please report this issue on http://yt-dl.org/bug
ERROR: Unable to extract upload date; 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 "/home/mint/youtube-dl/youtube_dl/YoutubeDL.py", line 604, in extract_info
ie_result = ie.extract(url)
File "/home/mint/youtube-dl/youtube_dl/extractor/common.py", line 260, in extract
return self._real_extract(url)
File "/home/mint/youtube-dl/youtube_dl/extractor/mixcloud.py", line 96, in _real_extract
webpage, 'upload date'))
File "/home/mint/youtube-dl/youtube_dl/extractor/common.py", line 516, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract upload date;