mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cookies] Add --cookies-from-browser support for Firefox Flatpak (#9619)
				
					
				
			Authored by: un-def
This commit is contained in:
		| @@ -194,7 +194,11 @@ def _firefox_browser_dirs(): | ||||
|         yield os.path.expanduser('~/Library/Application Support/Firefox/Profiles') | ||||
| 
 | ||||
|     else: | ||||
|         yield from map(os.path.expanduser, ('~/.mozilla/firefox', '~/snap/firefox/common/.mozilla/firefox')) | ||||
|         yield from map(os.path.expanduser, ( | ||||
|             '~/.mozilla/firefox', | ||||
|             '~/snap/firefox/common/.mozilla/firefox', | ||||
|             '~/.var/app/org.mozilla.firefox/.mozilla/firefox', | ||||
|         )) | ||||
| 
 | ||||
| 
 | ||||
| def _firefox_cookie_dbs(roots): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dmitry Meyer
					Dmitry Meyer