mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00: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
	 Sergey M․
					Sergey M․