mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-21 07:55:56 +00:00
[ie/unsupported] Update unsupported URLs (#15410)
Closes #14743 Authored by: bashonly
This commit is contained in:
@@ -66,6 +66,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
|||||||
r'rtlmost\.hu',
|
r'rtlmost\.hu',
|
||||||
r'plus\.rtl\.de(?!/podcast/)',
|
r'plus\.rtl\.de(?!/podcast/)',
|
||||||
r'mediasetinfinity\.es',
|
r'mediasetinfinity\.es',
|
||||||
|
r'tv5mondeplus\.com',
|
||||||
)
|
)
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
@@ -226,6 +227,10 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
|||||||
}, {
|
}, {
|
||||||
'url': 'https://www.mediasetinfinity.es/',
|
'url': 'https://www.mediasetinfinity.es/',
|
||||||
'only_matching': True,
|
'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):
|
def _real_extract(self, url):
|
||||||
|
|||||||
Reference in New Issue
Block a user