projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e8264
)
Added matching test for FoxBusiness.
author
nmrugg
<nmrugg@gmail.com>
Thu, 27 Aug 2015 15:24:28 +0000
(23:24 +0800)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 27 Aug 2015 15:41:16 +0000
(21:41 +0600)
youtube_dl/extractor/foxnews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/foxnews.py
b/youtube_dl/extractor/foxnews.py
index 7de88ab6614e15c6c5f44866a3d3e302cf7b19bd..a8902c9605337bf683e4e9a020c030b9293fe719 100644
(file)
--- 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):