1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

[corus] Add support for bigbrothercanada.ca

This commit is contained in:
wolfy1339 2019-03-15 01:46:29 -04:00 committed by GitHub
parent 2e27421c70
commit 00bafd62a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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+)
@ -73,6 +73,10 @@ class CorusIE(ThePlatformFeedIE):
'feed_id': '9H6qyshBZU3E', 'feed_id': '9H6qyshBZU3E',
'account_id': 2414426607, 'account_id': 2414426607,
}, },
'bigbrothercanada': {
'feed_id': 'ChQqrem0lNUp',
'account_id': 2269680845,
},
} }
def _real_extract(self, url): def _real_extract(self, url):