mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/adobepass] Fix provider requests (#11472)
Fix bug in dcfeea4dd5
Closes #11469
Authored by: bashonly
			
			
This commit is contained in:
		| @@ -1362,7 +1362,7 @@ class AdobePassIE(InfoExtractor):  # XXX: Conventionally, base classes should en | ||||
| 
 | ||||
|     def _download_webpage_handle(self, *args, **kwargs): | ||||
|         headers = self.geo_verification_headers() | ||||
|         headers.update(kwargs.get('headers', {})) | ||||
|         headers.update(kwargs.get('headers') or {}) | ||||
|         kwargs['headers'] = headers | ||||
|         return super()._download_webpage_handle( | ||||
|             *args, **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly