1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-06 09:35:11 +00:00

[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
parent 677997d84e
commit 820c6e2445
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):