1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

Rename soundcloud to soundcloud:set

This commit is contained in:
Philipp Hagemeister 2013-04-27 20:12:46 +02:00
parent 3820df0106
commit 50f6412eb8

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