commit: 5e09d6abbd09de92869cbb8ed204d18f9cd04931
parent b138de72f2f0fc197fe46154bcaeceddb5713e7f
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sun, 1 Dec 2013 01:16:20 +0100
[clipfish] Skip test on travis
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/clipfish.py b/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):