mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vimeo] Use _form_hidden_inputs
				
					
				
			This commit is contained in:
		| @@ -452,11 +452,7 @@ class VimeoChannelIE(InfoExtractor): | ||||
|         password = self._downloader.params.get('videopassword', None) | ||||
|         if password is None: | ||||
|             raise ExtractorError('This album is protected by a password, use the --video-password option', expected=True) | ||||
|         fields = dict(re.findall(r'''(?x)<input\s+ | ||||
|             type="hidden"\s+ | ||||
|             name="([^"]+)"\s+ | ||||
|             value="([^"]*)" | ||||
|             ''', login_form)) | ||||
|         fields = self._form_hidden_inputs(login_form) | ||||
|         token = self._search_regex(r'xsrft[\s=:"\']+([^"\']+)', webpage, 'login token') | ||||
|         fields['token'] = token | ||||
|         fields['password'] = password | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․