From 2acdddcafd4826f19c7cf544c545451373d168b8 Mon Sep 17 00:00:00 2001 From: bashonly Date: Sun, 17 Nov 2024 13:52:15 -0600 Subject: [PATCH] move test above `only_matching` tests for counting purposes Authored by: bashonly --- yt_dlp/extractor/ctvnews.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yt_dlp/extractor/ctvnews.py b/yt_dlp/extractor/ctvnews.py index d4b5c765ff..da21b9fa34 100644 --- a/yt_dlp/extractor/ctvnews.py +++ b/yt_dlp/extractor/ctvnews.py @@ -46,6 +46,12 @@ class CTVNewsIE(InfoExtractor): 'id': '1.5736957', }, 'playlist_mincount': 6, + }, { + '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', + }, + 'playlist_mincount': 1, }, { 'url': 'http://www.ctvnews.ca/1.810401', 'only_matching': True, @@ -55,12 +61,6 @@ 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', - }, - 'playlist_mincount': 1, }] def _real_extract(self, url):