1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 02:14:32 +01:00

[soundgasm] properly format tests

This commit is contained in:
ZerataX 2020-04-02 09:06:41 +02:00
parent e679814281
commit c66df63b59
No known key found for this signature in database
GPG Key ID: 8333735E784DF9D4

View File

@ -81,13 +81,12 @@ class SoundgasmProfileIE(InfoExtractor):
'id': 'ytdl', 'id': 'ytdl',
}, },
'playlist_count': 1 'playlist_count': 1
}, }, {
{ 'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl',
'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl', 'info_dict': {
'info_dict': { 'id': 'ytdl'
'id': 'ytdl' },
}, 'playlist_count': 1
'playlist_count': 1
}] }]
def _real_extract(self, url): def _real_extract(self, url):