[ie/unsupported] Update unsupported URLs (#15410)
Release (nightly) / Check for new commits (push) Has been cancelled
Release (nightly) / Publish Github release (push) Has been cancelled
Release (nightly) / Publish to PyPI (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / Publish Github release (push) Has been cancelled
Release (master) / Publish to PyPI (push) Has been cancelled

Closes #14743
Authored by: bashonly
This commit is contained in:
bashonly
2026-01-30 10:50:43 +00:00
committed by GitHub
parent d0bf3d0fc3
commit bf5d8c2a66
+5
View File
@@ -66,6 +66,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'rtlmost\.hu',
r'plus\.rtl\.de(?!/podcast/)',
r'mediasetinfinity\.es',
r'tv5mondeplus\.com',
)
_TESTS = [{
@@ -226,6 +227,10 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://www.mediasetinfinity.es/',
'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):