mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-25 00:43:41 +01:00
d79323136f
We were duplicating (bad) code and doing crazy things with SSL. Just use TLSv1 across the board, and do with one implementation of HTTPSConnection.connect. Fixes #4696.