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

Added matching test for FoxBusiness.

This commit is contained in:
nmrugg 2015-08-27 23:24:28 +08:00
parent be730294a3
commit ce21effe27

View File

@ -44,6 +44,10 @@ class FoxNewsIE(InfoExtractor):
'url': 'http://video.foxnews.com/v/video-embed.html?video_id=3937480&d=video.foxnews.com',
'only_matching': True,
},
{
'url': 'http://video.foxbusiness.com/v/4442309889001',
'only_matching': True,
},
]
def _real_extract(self, url):