Added matching test for FoxBusiness.
authornmrugg <nmrugg@gmail.com>
Thu, 27 Aug 2015 15:24:28 +0000 (23:24 +0800)
committerSergey M․ <dstftw@gmail.com>
Thu, 27 Aug 2015 15:41:16 +0000 (21:41 +0600)
youtube_dl/extractor/foxnews.py

index 7de88ab6614e15c6c5f44866a3d3e302cf7b19bd..a8902c9605337bf683e4e9a020c030b9293fe719 100644 (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):