diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-12-07 00:50:56 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-12-07 00:50:56 +0100 |
commit | 633b4a5ff6bf100659695f9f932dd000919a2630 (patch) | |
tree | b039607dc9c3415b510eca7c40aae1fbace84711 | |
parent | b4cd069d5e3b8dcacd201efd7d31e9fdd99452ea (diff) |
Mark SoundCloud IE as nonfunctional for now (#579)
-rw-r--r-- | youtube_dl/InfoExtractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 334eb59d8..71b6a136e 100644 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -2799,6 +2799,7 @@ class SoundcloudIE(InfoExtractor): _VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/([\w\d-]+)' IE_NAME = u'soundcloud' + _WORKING = False def __init__(self, downloader=None): InfoExtractor.__init__(self, downloader) |