1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

unsupported

This commit is contained in:
doe1080 2025-05-17 00:20:08 +09:00
parent 21b0b1ea07
commit 2f52d2123e

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):