parent
07d1d85f63
commit
9f54ea3898
3 changed files with 4 additions and 50 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue