소스 검색

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',
             'only_matching': True,
         },
+        {
+            'url': 'http://video.foxbusiness.com/v/4442309889001',
+            'only_matching': True,
+        },
     ]
 
     def _real_extract(self, url):