Skip to content

Commit

Permalink
yt_dlp: fc53ec13ff1ee926a3e533a68cfca8acc887b661
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 3914eea commit 1658479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/yt_dlp/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1658479

Please sign in to comment.