From c61e62aa7a2bd254802e3b7fec276ce6eb711a69 Mon Sep 17 00:00:00 2001 From: Jackson Humphrey Date: Wed, 13 Nov 2024 17:57:15 -0600 Subject: [PATCH] Removed the 'ext' key from the new test's info_dict, as the downloaded entity is a playlist, not a standalone item, and as such, does not have an extension. All tests pass. --- yt_dlp/extractor/ctvnews.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/ctvnews.py b/yt_dlp/extractor/ctvnews.py index 00051eab8b..7e88e92b79 100644 --- a/yt_dlp/extractor/ctvnews.py +++ b/yt_dlp/extractor/ctvnews.py @@ -53,7 +53,6 @@ class CTVNewsIE(InfoExtractor): 'info_dict': { 'id': '1.6665797', - 'ext': 'mp4', }, 'playlist_mincount': 1, }]