1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-27 07:38:30 +00:00

Add only_matching test

This commit is contained in:
sepro 2025-07-13 00:53:33 +02:00
parent a13d82cb9a
commit 93aa3bde78

View File

@ -37,6 +37,9 @@ class MixlrIE(InfoExtractor):
'release_date': '20250712',
'live_status': 'is_live',
},
}, {
'url': 'https://www.brcountdown.mixlr.com/events/4395480',
'only_matching': True,
}]
def _real_extract(self, url):