From 5cbade42570706ba032173d0e893740a128ed9d7 Mon Sep 17 00:00:00 2001 From: Nikolay Fedorov <40500428+swayll@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:54:39 +0300 Subject: [PATCH] Remove extra blank line at yt_dlp/extractor/thehighwire.py Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com> --- yt_dlp/extractor/thehighwire.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/thehighwire.py b/yt_dlp/extractor/thehighwire.py index 009e747e6..8b596143f 100644 --- a/yt_dlp/extractor/thehighwire.py +++ b/yt_dlp/extractor/thehighwire.py @@ -41,4 +41,3 @@ def _real_extract(self, url): }), **self._parse_html5_media_entries(embed_url, embed_page, display_id, m3u8_id='hls')[0], } -