Rename soundcloud to soundcloud:set

This commit is contained in:
Philipp Hagemeister 2013-04-27 20:12:46 +02:00
parent 3820df0106
commit 50f6412eb8
1 changed files with 1 additions and 1 deletions

View File

@ -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."""