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.
Checklist
Verbose log
Description
I'm always encountering a
ssl.SSLError object has no attribute 'message'error while using youtube-dl, regardless of the Youtube URL I enter. Running the command again allows for the download to resume where it left off, but having to rerun it every so often is quite a hassle as there seems to be no way of telling when the download will suddenly stop due to the error.For additional context, I am running youtube-dl.exe on Windows 10, no VPN, and running Windows Defender. I have also tried running it without the
--prefer-ffmpegand--force-ipv4options and I'm still getting the same error.