mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -70,7 +70,8 @@ from .socks import ProxyType, sockssocket | ||||
| 
 | ||||
| try: | ||||
|     import certifi | ||||
|     has_certifi = True | ||||
|     # The certificate may not be bundled in executable | ||||
|     has_certifi = os.path.exists(certifi.where()) | ||||
| except ImportError: | ||||
|     has_certifi = False | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan