1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 07:05:14 +00:00

[ie/ctv] Remove extractor (#13429)

Authored by: doe1080
This commit is contained in:
doe1080
2025-06-09 18:14:19 +09:00
committed by sepro
parent 07d1d85f63
commit 9f54ea3898
3 changed files with 4 additions and 50 deletions

View File

@@ -54,6 +54,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'viki\.com',
r'deezer\.com',
r'b-ch\.com',
r'ctv\.ca',
)
_TESTS = [{
@@ -172,6 +173,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://www.b-ch.com/titles/8203/001',
'only_matching': True,
}, {
'url': 'https://www.ctv.ca/shows/masterchef-53506/the-audition-battles-s15e1',
'only_matching': True,
}]
def _real_extract(self, url):