1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 16:20:09 +08:00

merge first 2 alternates

This commit is contained in:
wolfy1339 2019-03-17 03:09:44 -04:00
parent 242a37a26f
commit 8d4497e6e7
No known key found for this signature in database
GPG Key ID: FAE9C95324A3FE57

View File

@ -15,7 +15,7 @@ class CorusIE(ThePlatformFeedIE):
(?:globaltv|etcanada)\.com| (?:globaltv|etcanada)\.com|
(?:hgtv|foodnetwork|slice|history|showcase|bigbrothercanada)\.ca (?: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<id>\d+) (?P<id>\d+)
''' '''
_TESTS = [{ _TESTS = [{