1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 05:37:15 +08:00

Update corus.py

This commit is contained in:
Sergey M 2019-03-17 14:19:36 +07:00 committed by GitHub
parent 8d4497e6e7
commit 3e34b2ab6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<id>\d+)
'''
_TESTS = [{