mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05:00
Remove superfluous name declarations
This commit is contained in:
@ -78,7 +78,6 @@ class SoundcloudSetIE(InfoExtractor):
|
||||
_VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/sets/([\w\d-]+)'
|
||||
IE_NAME = u'soundcloud:set'
|
||||
_TEST = {
|
||||
u"name": u"SoundcloudSet",
|
||||
u"url":"https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep",
|
||||
u"playlist": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user