From 81059046e4f0d49bedc10775d5ba2796b70a82a5 Mon Sep 17 00:00:00 2001 From: voidptr_t Date: Sun, 4 Aug 2024 19:20:45 +0300 Subject: [PATCH] remove unused whitespaces --- yt_dlp/extractor/plvideo.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/yt_dlp/extractor/plvideo.py b/yt_dlp/extractor/plvideo.py index 627700e40a..999dfeb228 100644 --- a/yt_dlp/extractor/plvideo.py +++ b/yt_dlp/extractor/plvideo.py @@ -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, - } - - - - + } \ No newline at end of file