From: nmrugg Date: Thu, 27 Aug 2015 15:24:28 +0000 (+0800) Subject: Added matching test for FoxBusiness. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=8df8c278b6d5e2b5a350446690873dc9f5f48aff;p=youtube-dl Added matching test for FoxBusiness. --- diff --git a/youtube_dl/extractor/foxnews.py b/youtube_dl/extractor/foxnews.py index 7de88ab66..a8902c960 100644 --- a/youtube_dl/extractor/foxnews.py +++ b/youtube_dl/extractor/foxnews.py @@ -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):