Merge branch 'master' of github.com:rg3/youtube-dl
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 27 Apr 2013 18:26:42 +0000 (20:26 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 27 Apr 2013 18:26:42 +0000 (20:26 +0200)
youtube_dl/InfoExtractors.py

index 88ea567f86293561f7df15c6e74715ab22fbafd4..620cce1893788e9ad1abc326896a878c63524d13 100755 (executable)
@@ -2712,7 +2712,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."""