From 3e34b2ab6e38e1ad1f0a8a836ce562e00cad3766 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Sun, 17 Mar 2019 14:19:36 +0700 Subject: [PATCH] Update corus.py --- 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 491c91531..a1b251804 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-]+/)?|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) + /(?:video/(?:[^/]+/)?|(?:[^/]+/)+(?:videos/[a-z0-9-]+-|video\.html\?.*?\bv=)) (?P\d+) ''' _TESTS = [{