[ie/mitele] Remove extractor (#14348)
Closes #13535 Authored by: bashonly
This commit is contained in:
parent
677997d84e
commit
820c6e2445
3 changed files with 4 additions and 103 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue