Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
UnicodeDecodeError when loading cookies.sqlite file. #20927
Comments
|
Cookies must be in Netscape HTTP cookies format. |
|
So most major browsers no longer use the Netscape HTTP cookie format. How does one convert the cookies file to something youtube-dl can read? Would be helpful if you actually helped instead of "Closed, not our problem." |
|
RTFM. |
Checklist
Verbose log
Description
Attempting to mark an entire YouTube channel as "Watched". Doing so without a cookie file would require me to login and use 2FA for each and every video in the channel. When I pass the cookie file, I get a UnicodeDecodeError.
Looking into this, it appears that the issue lies with python2. Moving to python3 should resolve the issue. Normally, I would just install python3 and be done. I do have python3.7 installed on this computer, so that means that youtube-dl.exe comes with a static python build included.