[cleanup] Remove dead extractors (#16137)

Closes #2623
Closes #2679
Closes #2821
Closes #3416
Closes #4828
Closes #4939
Closes #5421
Closes #7064
Closes #7264
Closes #7654
Closes #8075
Closes #8798
Closes #9313
Closes #9617
Closes #10162
Closes #10252
Closes #10264
Closes #15640

Authored by: doe1080, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
doe1080
2026-06-09 22:35:57 +00:00
committed by GitHub
co-authored by bashonly
parent e85da3b985
commit 3ba1534fa3
96 changed files with 39 additions and 10739 deletions
+12
View File
@@ -71,6 +71,8 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'watch\.telusoriginals\.com',
r'video\.unext\.jp',
r'www\.web\.nhk',
r'fod\.fujitv\.co\.jp',
r'zee5\.com',
)
_TESTS = [{
@@ -252,6 +254,14 @@ class KnownDRMIE(UnsupportedInfoExtractor):
# 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,
}, {
# https://github.com/yt-dlp/yt-dlp/issues/7064
# https://github.com/yt-dlp/yt-dlp/issues/10264
'url': 'https://fod.fujitv.co.jp/title/709f/709f130001/',
'only_matching': True,
}, {
'url': 'https://www.zee5.com/',
'only_matching': True,
}]
def _real_extract(self, url):
@@ -291,6 +301,8 @@ class KnownPiracyIE(UnsupportedInfoExtractor):
r'einthusan\.(?:tv|com|ca)',
r'yourupload\.com',
r'xanimu\.com',
r'musicdex\.org',
r'duboku\.io',
)
_TESTS = [{