[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
1 changed files with 6 additions and 7 deletions

View File

@ -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):