diff --git a/youtube_dl/cookies.py b/youtube_dl/cookies.py index 6b8c1400b..c766340de 100644 --- a/youtube_dl/cookies.py +++ b/youtube_dl/cookies.py @@ -104,7 +104,7 @@ def _firefox_browser_dir(): if sys.platform in ('linux', 'linux2'): return os.path.expanduser('~/.mozilla/firefox') elif sys.platform == 'win32': - return os.path.expandvars(r'%APPDATA%\Mozilla\Firefox') + return os.path.expandvars(r'%APPDATA%\Mozilla\Firefox\Profiles') elif sys.platform == 'darwin': return os.path.expanduser('~/Library/Application Support/Firefox') else: