about summary refs log tree commit diff
diff options
context:
space:
mode:
authornmrugg <nmrugg@gmail.com>2015-08-27 23:24:28 +0800
committerSergey M․ <dstftw@gmail.com>2015-08-27 21:41:16 +0600
commit8df8c278b6d5e2b5a350446690873dc9f5f48aff (patch)
tree7b04d8b5f4210734b903087a536b138476c4a22c
parentd7e8264517d29156697f82b7761dc99d13994c21 (diff)
downloadyoutube-dl-8df8c278b6d5e2b5a350446690873dc9f5f48aff.tar.gz
youtube-dl-8df8c278b6d5e2b5a350446690873dc9f5f48aff.tar.xz
youtube-dl-8df8c278b6d5e2b5a350446690873dc9f5f48aff.zip
Added matching test for FoxBusiness.
-rw-r--r--youtube_dl/extractor/foxnews.py4
1 files changed, 4 insertions, 0 deletions
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):