From 5e09d6abbd09de92869cbb8ed204d18f9cd04931 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 1 Dec 2013 01:16:20 +0100 Subject: [PATCH] [clipfish] Skip test on travis --- youtube_dl/extractor/clipfish.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/clipfish.py b/youtube_dl/extractor/clipfish.py index 0d18e9a7a..43efb08bf 100644 --- 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):