Passing --cookies-from-browser firefox
to --yt-dlp-args
throws exception
#2242
Labels
Bug
Unexpected problem or unintended behavior that needs to be fixed
System OS
Windows
Python Version
3.10 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.10
Expected Behavior vs Actual Behavior
Download songs with cookies fetched from browser. Instead, an exception is thrown, failing to parse the browser specification.
Steps to reproduce - Ensure to include actual links!
spotdl.exe --format m4a --bitrate disable --user-auth --m3u "{list}" --save-file metadata.spotdl --save-errors errors.txt --print-errors --archive archive.json --max-retries 10 --log-level DEBUG --preload --overwrite skip --yt-dlp-args "--cookies-from-browser firefox" download flipside
Traceback
Other details
Was trying to use a cookies.txt file before this, but the cookies appear to expire after five minutes, so quality silently drops to 128kbit.
The text was updated successfully, but these errors were encountered: