mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-04 19:43:38 +08:00
[globalnews] Valid url regex updated
This commit is contained in:
@@ -5,7 +5,7 @@ from .common import InfoExtractor
|
||||
|
||||
|
||||
class GlobalNewsIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?globalnews\.ca/video/(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?globalnews\.ca/video/(?:embed/)?(?P<id>\d+)'
|
||||
_TEST = {
|
||||
'url': "http://globalnews.ca/video/2066998/focus-montreal-doulia-hamad-and-nebras-m-warsi",
|
||||
'info_dict': {
|
||||
|
||||
Reference in New Issue
Block a user