1
0
Fork 0

[ie/mitele] Remove extractor (#14348)

Closes #13535
Authored by: bashonly
This commit is contained in:
bashonly 2025-09-16 18:03:09 -05:00 committed by GitHub
commit 820c6e2445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 103 deletions

View file

@ -65,6 +65,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'play\.rtl\.hr',
r'rtlmost\.hu',
r'plus\.rtl\.de(?!/podcast/)',
r'mediasetinfinity\.es',
)
_TESTS = [{
@ -222,6 +223,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://plus.rtl.de/video-tv/',
'only_matching': True,
}, {
'url': 'https://www.mediasetinfinity.es/',
'only_matching': True,
}]
def _real_extract(self, url):