youtube-dl

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

commit cf074e5ddd3840071df78ec509bcd74520a8f425
parent 002c75524854033f02d03fa854a45d0fcd3ac74c
Author: remitamine <remitamine@gmail.com>
Date:   Fri,  4 Mar 2016 21:42:04 +0100

[foxnews] update test

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 @@ -36,6 +36,10 @@ class FoxNewsIE(AMPIE): # 'upload_date': '20141204', 'thumbnail': 're:^https?://.*\.jpg$', }, + 'params': { + # m3u8 download + 'skip_download': True, + }, }, { 'url': 'http://video.foxnews.com/v/video-embed.html?video_id=3937480&d=video.foxnews.com',