mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[downloader/external] Use the 'http_headers' field
This commit is contained in:
		
							parent
							
								
									e1554a407d
								
							
						
					
					
						commit
						587a9c2749
					
				@ -49,9 +49,9 @@ class ExternalFD(FileDownloader):
 | 
			
		||||
    def _calc_headers(self, info_dict):
 | 
			
		||||
        res = std_headers.copy()
 | 
			
		||||
 | 
			
		||||
        ua = info_dict.get('user_agent')
 | 
			
		||||
        if ua is not None:
 | 
			
		||||
            res['User-Agent'] = ua
 | 
			
		||||
        add_headers = info_dict.get('http_headers')
 | 
			
		||||
        if add_headers:
 | 
			
		||||
            res.update(add_headers)
 | 
			
		||||
 | 
			
		||||
        cookies = self._calc_cookies(info_dict)
 | 
			
		||||
        if cookies:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user