move test above only_matching tests for counting purposes

Authored by: bashonly
This commit is contained in:
bashonly 2024-11-17 13:52:15 -06:00
parent 6fea462065
commit 2acdddcafd
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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):