1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-06 03:17:07 -05:00
Files
youtube-dl/youtube_dl/utils.py
Philipp Hagemeister d79323136f [utils] Simplify HTTPS socket creation
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.
2015-01-23 11:15:18 +01:00

49 KiB