youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8df8c278b6d5e2b5a350446690873dc9f5f48aff
parent d7e8264517d29156697f82b7761dc99d13994c21
Author: nmrugg <nmrugg@gmail.com>
Date:   Thu, 27 Aug 2015 23:24:28 +0800

Added matching test for FoxBusiness.

Diffstat:
Myoutube_dl/extractor/foxnews.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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):