浏览代码

Added matching test for FoxBusiness.

nmrugg 10 年之前
父节点
当前提交
8df8c278b6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      youtube_dl/extractor/foxnews.py

+ 4 - 0
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',
             'url': 'http://video.foxnews.com/v/video-embed.html?video_id=3937480&d=video.foxnews.com',
             'only_matching': True,
             'only_matching': True,
         },
         },
+        {
+            'url': 'http://video.foxbusiness.com/v/4442309889001',
+            'only_matching': True,
+        },
     ]
     ]
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):