remove unused whitespaces

pull/10657/head
voidptr_t 5 months ago
parent 04aba893e3
commit 81059046e4

@ -35,18 +35,13 @@ class PlVideoVideoIE(InfoExtractor):
'quality': 0 if len(formats) == 0 else 0 - len(formats), 'quality': 0 if len(formats) == 0 else 0 - len(formats),
'thumbnail': thumbnail, 'thumbnail': thumbnail,
'format_id': key, 'format_id': key,
'protocol': 'm3u8_native' 'protocol': 'm3u8_native',
} }
formats.append(fmt) formats.append(fmt)
return { return {
'id': video_id, 'id': video_id,
'title': item.get('title'), 'title': item.get('title'),
'formats': formats, 'formats': formats,
} }
Loading…
Cancel
Save