mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Use urlencode_postdata across the codebase
This commit is contained in:
		| @@ -13,6 +13,7 @@ from ..utils import ( | ||||
|     int_or_none, | ||||
|     sanitized_Request, | ||||
|     unescapeHTML, | ||||
|     urlencode_postdata, | ||||
| ) | ||||
|  | ||||
|  | ||||
| @@ -139,7 +140,7 @@ class UdemyIE(InfoExtractor): | ||||
|         }) | ||||
|  | ||||
|         request = sanitized_Request( | ||||
|             self._LOGIN_URL, compat_urllib_parse_urlencode(login_form).encode('utf-8')) | ||||
|             self._LOGIN_URL, urlencode_postdata(login_form)) | ||||
|         request.add_header('Referer', self._ORIGIN_URL) | ||||
|         request.add_header('Origin', self._ORIGIN_URL) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․