From 51f42cac988791bfb45c1833ae1671121d74607c Mon Sep 17 00:00:00 2001 From: iczero Date: Thu, 14 Mar 2019 22:42:35 -0700 Subject: [PATCH] [Corus] Add support for bigbrothercanada.ca --- youtube_dl/extractor/corus.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/corus.py b/youtube_dl/extractor/corus.py index 807a29eea..3ee60e680 100644 --- a/youtube_dl/extractor/corus.py +++ b/youtube_dl/extractor/corus.py @@ -13,7 +13,7 @@ class CorusIE(ThePlatformFeedIE): (?:www\.)? (?P (?:globaltv|etcanada)\.com| - (?:hgtv|foodnetwork|slice|history|showcase)\.ca + (?:hgtv|foodnetwork|slice|history|showcase|bigbrothercanada|)\.ca ) /(?:video/|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) (?P\d+) @@ -49,6 +49,10 @@ class CorusIE(ThePlatformFeedIE): 'feed_id': 'ChQqrem0lNUp', 'account_id': 2269680845, }, + 'bigbrothercanada': { + 'feed_id': 'ChQqrem0lNUp', + 'account_id': 2269680845, + }, 'etcanada': { 'feed_id': 'ChQqrem0lNUp', 'account_id': 2269680845,