mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-04 21:17:00 +00:00
[ie/unsupported] Update unsupported URLs (#15812)
Closes #8821, Closes #9851, Closes #13220, Closes #14564, Closes #14620 Authored by: doe1080
This commit is contained in:
@@ -67,6 +67,10 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
||||
r'plus\.rtl\.de(?!/podcast/)',
|
||||
r'mediasetinfinity\.es',
|
||||
r'tv5mondeplus\.com',
|
||||
r'tv\.rakuten\.co\.jp',
|
||||
r'watch\.telusoriginals\.com',
|
||||
r'video\.unext\.jp',
|
||||
r'www\.web\.nhk',
|
||||
)
|
||||
|
||||
_TESTS = [{
|
||||
@@ -231,6 +235,23 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/14743
|
||||
'url': 'https://www.tv5mondeplus.com/',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/8821
|
||||
'url': 'https://tv.rakuten.co.jp/content/519554/',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/9851
|
||||
'url': 'https://watch.telusoriginals.com/play?assetID=fruit-is-ripe',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/13220
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/14564
|
||||
'url': 'https://video.unext.jp/play/SID0062010/ED00337407',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# https://github.com/yt-dlp/yt-dlp/issues/14620
|
||||
'url': 'https://www.web.nhk/tv/an/72hours/pl/series-tep-W3W8WRN8M3/ep/QW8ZY6146V',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
||||
Reference in New Issue
Block a user