mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
Rename soundcloud to soundcloud:set
This commit is contained in:
parent
3820df0106
commit
50f6412eb8
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Reference in a new issue