mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:07:07 -05:00 
			
		
		
		
	[youtube] Fix authentication (2) (Closes #10392)
This commit is contained in:
		@@ -94,6 +94,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
 | 
			
		||||
        login_form = self._hidden_inputs(login_page)
 | 
			
		||||
 | 
			
		||||
        login_form.update({
 | 
			
		||||
            'checkConnection': 'youtube',
 | 
			
		||||
            'Email': username,
 | 
			
		||||
            'Passwd': password,
 | 
			
		||||
        })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user