1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-21 07:55:56 +00:00

[ie/unsupported] Update unsupported URLs (#15410)

Closes #14743
Authored by: bashonly
This commit is contained in:
bashonly
2026-01-30 04:50:43 -06:00
committed by GitHub
parent d0bf3d0fc3
commit bf5d8c2a66

View File

@@ -66,6 +66,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'rtlmost\.hu', r'rtlmost\.hu',
r'plus\.rtl\.de(?!/podcast/)', r'plus\.rtl\.de(?!/podcast/)',
r'mediasetinfinity\.es', r'mediasetinfinity\.es',
r'tv5mondeplus\.com',
) )
_TESTS = [{ _TESTS = [{
@@ -226,6 +227,10 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, { }, {
'url': 'https://www.mediasetinfinity.es/', 'url': 'https://www.mediasetinfinity.es/',
'only_matching': True, 'only_matching': True,
}, {
# https://github.com/yt-dlp/yt-dlp/issues/14743
'url': 'https://www.tv5mondeplus.com/',
'only_matching': True,
}] }]
def _real_extract(self, url): def _real_extract(self, url):