From 1fd0fc42bd0b67dba1635ade98d92473b41eff84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 11 Jan 2017 22:51:03 +0700 Subject: [PATCH] [vimeo:ondemand] Fix test (closes #11651) --- youtube_dl/extractor/vimeo.py | 3 +++ 1 file changed, 3 insertions(+) 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',