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:
parent
e679814281
commit
c66df63b59
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user