mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[udemy] Remove superfluous field
This commit is contained in:
		@@ -83,7 +83,6 @@ class UdemyIE(InfoExtractor):
 | 
			
		||||
        login_form = self._form_hidden_inputs('login-form', login_popup)
 | 
			
		||||
 | 
			
		||||
        login_form.update({
 | 
			
		||||
            'displayType': 'json',
 | 
			
		||||
            'email': username.encode('utf-8'),
 | 
			
		||||
            'password': password.encode('utf-8'),
 | 
			
		||||
        })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user