diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-01 01:16:20 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-01 01:16:20 +0100 |
commit | 5e09d6abbd09de92869cbb8ed204d18f9cd04931 (patch) | |
tree | 59267e3feb4e64718ac70d0787ed4158a6ec0f69 | |
parent | b138de72f2f0fc197fe46154bcaeceddb5713e7f (diff) |
[clipfish] Skip test on travis
-rw-r--r-- | youtube_dl/extractor/clipfish.py | 3 |
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): |