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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user