commit: 50f6412eb86dfd215e1be8de12207e1cf055be23
parent 3820df0106d6065f50cc1eb90823906410dc9543
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 27 Apr 2013 20:12:46 +0200
Rename soundcloud to soundcloud:set
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
@@ -2717,7 +2717,7 @@ class SoundcloudSetIE(InfoExtractor):
"""
_VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/sets/([\w\d-]+)'
- IE_NAME = u'soundcloud'
+ IE_NAME = u'soundcloud:set'
def report_resolve(self, video_id):
"""Report information extraction."""