mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	 remitamine
					remitamine
				
			
				
					committed by
					
						 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz
					
				
			
			
				
	
			
			
			 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz
					
				
			
						parent
						
							34866b4836
						
					
				
				
					commit
					799207e838
				
			| @@ -42,6 +42,11 @@ try: | ||||
| except ImportError:  # Python 2 | ||||
|     import cookielib as compat_cookiejar | ||||
|  | ||||
| try: | ||||
|     import http.cookies as compat_cookies | ||||
| except ImportError:  # Python 2 | ||||
|     import Cookie as compat_cookies | ||||
|  | ||||
| try: | ||||
|     import html.entities as compat_html_entities | ||||
| except ImportError:  # Python 2 | ||||
| @@ -436,6 +441,7 @@ __all__ = [ | ||||
|     'compat_basestring', | ||||
|     'compat_chr', | ||||
|     'compat_cookiejar', | ||||
|     'compat_cookies', | ||||
|     'compat_expanduser', | ||||
|     'compat_get_terminal_size', | ||||
|     'compat_getenv', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user