mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-10-31 15:52:22 -04:00 
			
		
		
		
	[vimeo] Fix authentication (Closes #8520)
This commit is contained in:
		| @@ -57,7 +57,7 @@ class VimeoBaseInfoExtractor(InfoExtractor): | ||||
|  | ||||
|     def _extract_xsrft_and_vuid(self, webpage): | ||||
|         xsrft = self._search_regex( | ||||
|             r'xsrft\s*[=:]\s*(?P<q>["\'])(?P<xsrft>.+?)(?P=q)', | ||||
|             r'(?:(?P<q1>["\'])xsrft(?P=q1)\s*:|xsrft\s*[=:])\s*(?P<q>["\'])(?P<xsrft>.+?)(?P=q)', | ||||
|             webpage, 'login token', group='xsrft') | ||||
|         vuid = self._search_regex( | ||||
|             r'["\']vuid["\']\s*:\s*(["\'])(?P<vuid>.+?)\1', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user