[Corus] Add support for bigbrothercanada.ca

This commit is contained in:
iczero 2019-03-14 22:42:35 -07:00
parent 2e27421c70
commit 51f42cac98

View File

@ -13,7 +13,7 @@ class CorusIE(ThePlatformFeedIE):
(?:www\.)? (?:www\.)?
(?P<domain> (?P<domain>
(?:globaltv|etcanada)\.com| (?:globaltv|etcanada)\.com|
(?:hgtv|foodnetwork|slice|history|showcase)\.ca (?:hgtv|foodnetwork|slice|history|showcase|bigbrothercanada|)\.ca
) )
/(?:video/|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) /(?:video/|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=))
(?P<id>\d+) (?P<id>\d+)
@ -49,6 +49,10 @@ class CorusIE(ThePlatformFeedIE):
'feed_id': 'ChQqrem0lNUp', 'feed_id': 'ChQqrem0lNUp',
'account_id': 2269680845, 'account_id': 2269680845,
}, },
'bigbrothercanada': {
'feed_id': 'ChQqrem0lNUp',
'account_id': 2269680845,
},
'etcanada': { 'etcanada': {
'feed_id': 'ChQqrem0lNUp', 'feed_id': 'ChQqrem0lNUp',
'account_id': 2269680845, 'account_id': 2269680845,