mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-24 03:34:28 +00:00
remove unused whitespaces
This commit is contained in:
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…
x
Reference in New Issue
Block a user