1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00
This commit is contained in:
doe1080 2025-06-09 21:01:22 +09:00
parent ff0963b6c5
commit 5e05630f0e

View File

@ -53,8 +53,6 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'(?:beta\.)?crunchyroll\.com',
r'viki\.com',
r'deezer\.com',
r'bnnbloomberg\.ca',
r'cp24\.com',
r'ctv\.ca',
r'tsn\.ca',
)
@ -175,6 +173,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):