diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-01-11 22:51:03 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-01-11 22:51:03 +0700 | 
| commit | 1fd0fc42bd0b67dba1635ade98d92473b41eff84 (patch) | |
| tree | ccd2abbb1f178a5f5fe8b1c5063520ec03393683 | |
| parent | 10cd2003b4e939a13c020f94c0518252411f9ddf (diff) | |
[vimeo:ondemand] Fix test (closes #11651)
| -rw-r--r-- | youtube_dl/extractor/vimeo.py | 3 | 
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',  | 
