소스 검색

[yahoo] Do not try to run rtmpdump on travis

Philipp Hagemeister 12 년 전
부모
커밋
466880f531
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      youtube_dl/extractor/yahoo.py

+ 4 - 0
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',