Mark SoundCloud IE as nonfunctional for now (#579)

This commit is contained in:
Philipp Hagemeister 2012-12-07 00:50:56 +01:00
parent b4cd069d5e
commit 633b4a5ff6
1 changed files with 1 additions and 0 deletions

View File

@ -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)