summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-04 11:34:12 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-04 11:34:12 +0200
commit466880f53106a2604235d82f38a9f2f82827c268 (patch)
tree2d4c792c1768bf87a2db56b13261f36078e5a971
parent9f1f6d24378c2af8e76e149937de202f121dc7d0 (diff)
downloadyoutube-dl-466880f53106a2604235d82f38a9f2f82827c268.tar.gz
youtube-dl-466880f53106a2604235d82f38a9f2f82827c268.tar.xz
youtube-dl-466880f53106a2604235d82f38a9f2f82827c268.zip
[yahoo] Do not try to run rtmpdump on travis
-rw-r--r--youtube_dl/extractor/yahoo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py
index 39126e631..e6d5d7969 100644
--- 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',