diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-04-27 20:12:46 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-04-27 20:12:46 +0200 |
commit | 50f6412eb86dfd215e1be8de12207e1cf055be23 (patch) | |
tree | 34580fc89b31936a6b110b5db338f635ac148278 | |
parent | 3820df0106d6065f50cc1eb90823906410dc9543 (diff) |
Rename soundcloud to soundcloud:set
-rwxr-xr-x | youtube_dl/InfoExtractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 3450f0d17..0e2c7795d 100755 --- 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.""" |