mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vimeo] Fix extraction of password protected videos (fixes #7169)
This commit is contained in:
		| @@ -212,7 +212,7 @@ class VimeoIE(VimeoBaseInfoExtractor): | ||||
|             url = url.replace('http://', 'https://') | ||||
|         password_request = compat_urllib_request.Request(url + '/password', data) | ||||
|         password_request.add_header('Content-Type', 'application/x-www-form-urlencoded') | ||||
|         password_request.add_header('Cookie', 'clip_v=1; vuid=%s' % vuid) | ||||
|         password_request.add_header('Cookie', 'clip_test2=1; vuid=%s' % vuid) | ||||
|         password_request.add_header('Referer', url) | ||||
|         return self._download_webpage( | ||||
|             password_request, video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz