mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
remove unused whitespaces
This commit is contained in:
parent
04aba893e3
commit
81059046e4
|
@ -35,18 +35,13 @@ def _real_extract(self, url):
|
|||
'quality': 0 if len(formats) == 0 else 0 - len(formats),
|
||||
'thumbnail': thumbnail,
|
||||
'format_id': key,
|
||||
'protocol': 'm3u8_native'
|
||||
'protocol': 'm3u8_native',
|
||||
}
|
||||
|
||||
formats.append(fmt)
|
||||
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': item.get('title'),
|
||||
'formats': formats,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue