chrome-cookies-secure
chrome-cookies-secure copied to clipboard
No longer works on Linux with recent keyring changes
The password is no longer hardcoded on Linux when a keyring is available. This Python package has a bit more detail:
https://github.com/n8henrie/pycookiecheat#installation-notes-regarding-alternative-keyrings-on-linux
I figure you probably won't have time to fix it, but wanted to leave a note here in case others run into the issue. Needless to say, it will result in garbage cookie values.
yt-dlp has this logic, just need to figure out what the python code means and translate it to JavaScript :)
https://github.com/yt-dlp/yt-dlp/blob/e74a3c6dcc30ba16455749c3c5dbb9477961c175/yt_dlp/cookies.py#L382-L413
chromium tested as working on Linux on the most recent release. Are people using chrome here or is the test missing something (only validating types not values?). Could someone pull down the repo, run the linux test and feed back?