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

[ie/bellmedia] Remove extractor (#13429)

Authored by: doe1080
This commit is contained in:
doe1080
2025-06-09 20:41:14 +09:00
committed by sepro
parent 9f54ea3898
commit 6fb3947c0d
3 changed files with 4 additions and 92 deletions

View File

@@ -55,6 +55,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'deezer\.com',
r'b-ch\.com',
r'ctv\.ca',
r'tsn\.ca',
)
_TESTS = [{
@@ -176,6 +177,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://www.ctv.ca/shows/masterchef-53506/the-audition-battles-s15e1',
'only_matching': True,
}, {
'url': 'https://www.tsn.ca/video/relaxed-oilers-look-to-put-emotional-game-2-loss-in-the-rearview%7E3148747',
'only_matching': True,
}]
def _real_extract(self, url):