youtube-dl

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

commit 466880f53106a2604235d82f38a9f2f82827c268
parent 9f1f6d24378c2af8e76e149937de202f121dc7d0
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  4 Oct 2013 11:34:12 +0200

[yahoo] Do not try to run rtmpdump on travis

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

diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py @@ -22,6 +22,10 @@ class YahooIE(InfoExtractor): u'title': u'Julian Smith & Travis Legg Watch Julian Smith', u'description': u'Julian and Travis watch Julian Smith', }, + u'params': { + # Requires rtmpdump + u'skip_download': True, + }, }, { u'url': u'http://screen.yahoo.com/wired/codefellas-s1-ep12-cougar-lies-103000935.html',