mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:20:47 +00:00 
			
		
		
		
	+ Add support for UTF-8 in cookie files * Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
		
			
				
	
	
		
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Netscape HTTP Cookie File
 | 
						|
# http://curl.haxx.se/rfc/cookie_spec.html
 | 
						|
# This is a generated file!  Do not edit.
 | 
						|
 | 
						|
# Cookie file entry with invalid number of fields - 6 instead of 7
 | 
						|
www.foobar.foobar	FALSE	/	FALSE	0	COOKIE
 | 
						|
 | 
						|
# Cookie file entry with invalid expires at
 | 
						|
www.foobar.foobar	FALSE	/	FALSE	1.7976931348623157e+308	COOKIE	VALUE
 |