浏览代码

[clipfish] Skip test on travis

Philipp Hagemeister 11 年之前
父节点
当前提交
5e09d6abbd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      youtube_dl/extractor/clipfish.py

+ 2 - 1
youtube_dl/extractor/clipfish.py

@@ -17,7 +17,8 @@ class ClipfishIE(InfoExtractor):
         u'info_dict': {
             u'title': u'FIFA 14 - E3 2013 Trailer',
             u'duration': 82,
-        }
+        },
+        u'skip': 'Blocked in the US'
     }
 
     def _real_extract(self, url):