1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-02 22:21:05 +02:00

[soundcloud:user] Add test

This commit is contained in:
Sergey M․ 2015-06-24 20:49:22 +06:00
parent a219d175c6
commit 03b9c94437

View File

@ -307,6 +307,9 @@ class SoundcloudUserIE(SoundcloudIE):
'title': 'The Royal Concept', 'title': 'The Royal Concept',
}, },
'playlist_mincount': 1, 'playlist_mincount': 1,
}, {
'url': 'https://soundcloud.com/the-akashic-chronicler/tracks',
'only_matching': True,
}] }]
def _real_extract(self, url): def _real_extract(self, url):