Rename soundcloud to soundcloud:set
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 27 Apr 2013 18:12:46 +0000 (20:12 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 27 Apr 2013 18:12:46 +0000 (20:12 +0200)
youtube_dl/InfoExtractors.py

index 3450f0d17e19d95d67645a50c79f0680b05379cc..0e2c7795dd4a8c838265b2dd09c64aa2335f05bf 100755 (executable)
@@ -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."""