From 8d4497e6e7cfd7ce5af33b888df9a63ccea20adc Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Sun, 17 Mar 2019 03:09:44 -0400 Subject: [PATCH] merge first 2 alternates --- youtube_dl/extractor/corus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/corus.py b/youtube_dl/extractor/corus.py index a99fc263f..491c91531 100644 --- a/youtube_dl/extractor/corus.py +++ b/youtube_dl/extractor/corus.py @@ -15,7 +15,7 @@ class CorusIE(ThePlatformFeedIE): (?:globaltv|etcanada)\.com| (?:hgtv|foodnetwork|slice|history|showcase|bigbrothercanada)\.ca ) - /(?:(?:video/[a-z0-9-]+/)|video/|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) + /(?:video/(?:[a-z0-9-]+/)?|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) (?P\d+) ''' _TESTS = [{