projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b138de7
)
[clipfish] Skip test on travis
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 1 Dec 2013 00:16:20 +0000
(
01:16
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 1 Dec 2013 00:16:20 +0000
(
01:16
+0100)
youtube_dl/extractor/clipfish.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/clipfish.py
b/youtube_dl/extractor/clipfish.py
index 0d18e9a7a39e98a44bb934a3c5f12b00273b91f3..43efb08bfc33accf5661bf0afa3d59aeb1bb0c0e 100644
(file)
--- 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):