youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 633b4a5ff6bf100659695f9f932dd000919a2630
parent b4cd069d5e3b8dcacd201efd7d31e9fdd99452ea
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  7 Dec 2012 00:50:56 +0100

Mark SoundCloud IE as nonfunctional for now (#579)

Diffstat:
Myoutube_dl/InfoExtractors.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)