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),
'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…
Cancel
Save