diff --git a/yt_dlp/extractor/ctvnews.py b/yt_dlp/extractor/ctvnews.py index 383f5c6d75..57506c7d46 100644 --- a/yt_dlp/extractor/ctvnews.py +++ b/yt_dlp/extractor/ctvnews.py @@ -40,6 +40,14 @@ class CTVNewsIE(InfoExtractor): }, { 'url': 'http://vancouverisland.ctvnews.ca/video?clipId=761241', 'only_matching': True, + }, { + 'url': 'https://www.ctvnews.ca/business/respondents-to-bank-of-canada-questionnaire-largely-oppose-creating-a-digital-loonie-1.6665797', + 'info_dict': + { + 'id': '1.6665797', + 'ext': 'mp4', + }, + 'playlist_mincount': 1, }] def _real_extract(self, url):