mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[adobepass] Don't pollute default headers dict
This commit is contained in:
		| @@ -1325,8 +1325,8 @@ class AdobePassIE(InfoExtractor): | ||||
|     _DOWNLOADING_LOGIN_PAGE = 'Downloading Provider Login Page' | ||||
|  | ||||
|     def _download_webpage_handle(self, *args, **kwargs): | ||||
|         headers = kwargs.get('headers', {}) | ||||
|         headers.update(self.geo_verification_headers()) | ||||
|         headers = self.geo_verification_headers() | ||||
|         headers.update(kwargs.get('headers', {})) | ||||
|         kwargs['headers'] = headers | ||||
|         return super(AdobePassIE, self)._download_webpage_handle( | ||||
|             *args, **compat_kwargs(kwargs)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․