Browse Source

[clipfish] Skip test on travis

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
5e09d6abbd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/clipfish.py

+ 2
- 1
youtube_dl/extractor/clipfish.py View File

@ -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):


Loading…
Cancel
Save