mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-26 01:39:56 +08:00
[soundgasm] properly format tests
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user