mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:57:06 -05:00 
			
		
		
		
	[YoutubeDL._calc_cookies] Restore the 'has_header' method
I didn't copied it from downloader/external
This commit is contained in:
		@@ -892,6 +892,9 @@ class YoutubeDL(object):
 | 
			
		||||
            def get_full_url(self):
 | 
			
		||||
                return self.url
 | 
			
		||||
 | 
			
		||||
            def has_header(self, h):
 | 
			
		||||
                return h in self.headers
 | 
			
		||||
 | 
			
		||||
        pr = _PseudoRequest(info_dict['url'])
 | 
			
		||||
        self.cookiejar.add_cookie_header(pr)
 | 
			
		||||
        return pr.headers.get('Cookie')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user