projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e431e
)
[krasview] Skip download for test
author
Sergey M․
<dstftw@gmail.com>
Tue, 25 Aug 2015 15:19:21 +0000
(21:19 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 25 Aug 2015 15:19:21 +0000
(21:19 +0600)
youtube_dl/extractor/krasview.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/krasview.py
b/youtube_dl/extractor/krasview.py
index 96f95979a22429d2a19af3575ad1ca25c463b13e..0ae8ebd687034343c364dbc968d90d84f5bc37df 100644
(file)
--- a/
youtube_dl/extractor/krasview.py
+++ b/
youtube_dl/extractor/krasview.py
@@
-25,6
+25,9
@@
class KrasViewIE(InfoExtractor):
'duration': 27,
'thumbnail': 're:^https?://.*\.jpg',
},
+ 'params': {
+ 'skip_download': 'Not accessible from Travis CI server',
+ },
}
def _real_extract(self, url):