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], } -