mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
[soundgasm] properly format tests
This commit is contained in:
parent
e679814281
commit
c66df63b59
@ -81,13 +81,12 @@ class SoundgasmProfileIE(InfoExtractor):
|
||||
'id': 'ytdl',
|
||||
},
|
||||
'playlist_count': 1
|
||||
},
|
||||
{
|
||||
'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl',
|
||||
'info_dict': {
|
||||
'id': 'ytdl'
|
||||
},
|
||||
'playlist_count': 1
|
||||
}, {
|
||||
'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl',
|
||||
'info_dict': {
|
||||
'id': 'ytdl'
|
||||
},
|
||||
'playlist_count': 1
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user