From b38b19e1a4c189f030095cc214b5ed7f3983ebe4 Mon Sep 17 00:00:00 2001 From: dirkf Date: Wed, 4 Aug 2021 11:56:08 +0100 Subject: [PATCH] Add query to password-protected test URLs --- youtube_dl/extractor/vimeo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 6619458b2..b540e985e 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -358,7 +358,7 @@ class VimeoIE(VimeoBaseInfoExtractor): 'expected_warnings': ['Unable to download JSON metadata'], }, { - 'url': 'http://vimeo.com/68375962', + 'url': 'http://vimeo.com/68375962?loop=0', 'md5': 'aaf896bdb7ddd6476df50007a0ac0ae7', 'note': 'Video protected with password', 'info_dict': { @@ -492,7 +492,7 @@ class VimeoIE(VimeoBaseInfoExtractor): 'skip': 'this page is no longer available.', }, { - 'url': 'http://player.vimeo.com/video/68375962', + 'url': 'http://player.vimeo.com/video/68375962?loop=0', 'md5': 'aaf896bdb7ddd6476df50007a0ac0ae7', 'info_dict': { 'id': '68375962',