mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 04:27:05 +01:00
[clipfish] Skip test on travis
This commit is contained in:
parent
b138de72f2
commit
5e09d6abbd
@ -17,7 +17,8 @@ class ClipfishIE(InfoExtractor):
|
|||||||
u'info_dict': {
|
u'info_dict': {
|
||||||
u'title': u'FIFA 14 - E3 2013 Trailer',
|
u'title': u'FIFA 14 - E3 2013 Trailer',
|
||||||
u'duration': 82,
|
u'duration': 82,
|
||||||
}
|
},
|
||||||
|
u'skip': 'Blocked in the US'
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user