Skip to content

Commit

Permalink
[CI] auto update yt_dlp to upstream commit 85b33f5c163f60dbd089a6b9bc…
Browse files Browse the repository at this point in the history
…2ba1366d3ddf93
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent ae1826c commit c61d4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/yt_dlp/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')


Expand Down
2 changes: 1 addition & 1 deletion lib/yt_dlp_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
85a2d07c1f82c2082b568963d1c32ad3fc848f61
85b33f5c163f60dbd089a6b9bc2ba1366d3ddf93

0 comments on commit c61d4fe

Please sign in to comment.