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 = [{