mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[udemy] Remove unnecessary login/password encode
This is now covered by compat_urllib_parse_urlencode
This commit is contained in:
		@@ -151,8 +151,8 @@ class UdemyIE(InfoExtractor):
 | 
			
		||||
        login_form = self._form_hidden_inputs('login-form', login_popup)
 | 
			
		||||
 | 
			
		||||
        login_form.update({
 | 
			
		||||
            'email': username.encode('utf-8'),
 | 
			
		||||
            'password': password.encode('utf-8'),
 | 
			
		||||
            'email': username,
 | 
			
		||||
            'password': password,
 | 
			
		||||
        })
 | 
			
		||||
 | 
			
		||||
        request = sanitized_Request(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user