mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-01 07:05:14 +00:00
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user