about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-01 01:16:20 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-01 01:16:20 +0100
commit5e09d6abbd09de92869cbb8ed204d18f9cd04931 (patch)
tree59267e3feb4e64718ac70d0787ed4158a6ec0f69
parentb138de72f2f0fc197fe46154bcaeceddb5713e7f (diff)
downloadyoutube-dl-5e09d6abbd09de92869cbb8ed204d18f9cd04931.tar.gz
youtube-dl-5e09d6abbd09de92869cbb8ed204d18f9cd04931.tar.xz
youtube-dl-5e09d6abbd09de92869cbb8ed204d18f9cd04931.zip
[clipfish] Skip test on travis
-rw-r--r--youtube_dl/extractor/clipfish.py3
1 files changed, 2 insertions, 1 deletions
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):