mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cookies] Fix --cookies-from-browser with macOS Firefox profiles (#8909)
				
					
				
			Ref: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles#firefox:mac Closes #8898 Authored by: RalphORama
This commit is contained in:
		| @@ -186,7 +186,7 @@ def _firefox_browser_dir(): | ||||
|     if sys.platform in ('cygwin', 'win32'): | ||||
|         return os.path.expandvars(R'%APPDATA%\Mozilla\Firefox\Profiles') | ||||
|     elif sys.platform == 'darwin': | ||||
|         return os.path.expanduser('~/Library/Application Support/Firefox') | ||||
|         return os.path.expanduser('~/Library/Application Support/Firefox/Profiles') | ||||
|     return os.path.expanduser('~/.mozilla/firefox') | ||||
| 
 | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ralph Drake
					Ralph Drake