aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-01-11 22:51:03 +0700
committerSergey M․ <dstftw@gmail.com>2017-01-11 22:51:03 +0700
commit1fd0fc42bd0b67dba1635ade98d92473b41eff84 (patch)
treeccd2abbb1f178a5f5fe8b1c5063520ec03393683
parent10cd2003b4e939a13c020f94c0518252411f9ddf (diff)
downloadyoutube-dl-1fd0fc42bd0b67dba1635ade98d92473b41eff84.tar.xz
[vimeo:ondemand] Fix test (closes #11651)
-rw-r--r--youtube_dl/extractor/vimeo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py
index 37e1da70d..19dc73966 100644
--- a/youtube_dl/extractor/vimeo.py
+++ b/youtube_dl/extractor/vimeo.py
@@ -629,6 +629,9 @@ class VimeoOndemandIE(VimeoBaseInfoExtractor):
'uploader_url': r're:https?://(?:www\.)?vimeo\.com/gumfilms',
'uploader_id': 'gumfilms',
},
+ 'params': {
+ 'format': 'best[protocol=https]',
+ },
}, {
# requires Referer to be passed along with og:video:url
'url': 'https://vimeo.com/ondemand/36938/126682985',