mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cookies] Update MacOS12 Cookies.binarycookies location (#2742)
				
					
				
			Authored by: mdpauley
This commit is contained in:
		| @@ -454,7 +454,10 @@ def _extract_safari_cookies(profile, logger): | ||||
|     cookies_path = os.path.expanduser('~/Library/Cookies/Cookies.binarycookies') | ||||
|  | ||||
|     if not os.path.isfile(cookies_path): | ||||
|         raise FileNotFoundError('could not find safari cookies database') | ||||
|         logger.debug('Trying secondary cookie location') | ||||
|         cookies_path = os.path.expanduser('~/Library/Containers/com.apple.Safari/Data/Library/Cookies/Cookies.binarycookies') | ||||
|         if not os.path.isfile(cookies_path): | ||||
|             raise FileNotFoundError('could not find safari cookies database') | ||||
|  | ||||
|     with open(cookies_path, 'rb') as f: | ||||
|         cookies_data = f.read() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Pauley
					Michael Pauley