mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 19:57:06 -05:00 
			
		
		
		
	[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'
I should have check everything was copied before commiting 4b405cfc6e.
			
			
This commit is contained in:
		@@ -892,6 +892,9 @@ class YoutubeDL(object):
 | 
				
			|||||||
            def get_full_url(self):
 | 
					            def get_full_url(self):
 | 
				
			||||||
                return self.url
 | 
					                return self.url
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            def is_unverifiable(self):
 | 
				
			||||||
 | 
					                return self.unverifiable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            def has_header(self, h):
 | 
					            def has_header(self, h):
 | 
				
			||||||
                return h in self.headers
 | 
					                return h in self.headers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user