remove unused whitespaces

This commit is contained in:
voidptr_t 2024-08-04 19:20:45 +03:00
parent 04aba893e3
commit 81059046e4

View file

@ -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,
}