1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-19 06:28:52 +00:00

[ie/bandaichannel] Remove extractor (#13152)

Closes #8829
Authored by: doe1080
This commit is contained in:
doe1080
2025-07-13 23:43:14 +02:00
committed by sepro
parent 6d39c420f7
commit 23e9389f93
3 changed files with 4 additions and 34 deletions

View File

@@ -53,6 +53,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'(?:beta\.)?crunchyroll\.com',
r'viki\.com',
r'deezer\.com',
r'b-ch\.com',
)
_TESTS = [{
@@ -168,6 +169,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'http://www.deezer.com/playlist/176747451',
'only_matching': True,
}, {
'url': 'https://www.b-ch.com/titles/8203/001',
'only_matching': True,
}]
def _real_extract(self, url):