From 4df15c0f742ccfbc12f712a4aeda05e637901233 Mon Sep 17 00:00:00 2001 From: Nikolay Fedorov <40500428+swayll@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:50:15 +0300 Subject: [PATCH] Fixed 'W293 Blank line contains whitespace' --- yt_dlp/extractor/smotrim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/smotrim.py b/yt_dlp/extractor/smotrim.py index 7e8771395..46718f2fb 100644 --- a/yt_dlp/extractor/smotrim.py +++ b/yt_dlp/extractor/smotrim.py @@ -107,7 +107,7 @@ def _real_extract(self, url): formats, subtitles = self._extract_m3u8_formats_and_subtitles( m3u8_url, video_id, 'mp4', m3u8_id='hls', ) - + return { 'id': video_id, 'title': json_info['data']['playlist']['medialist'][0]['title'],