yt-dlp/youtube_dl
Philipp Hagemeister aa37e3d486 [utils] Default SSL to TLS. (Fixes #3727)
On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards.
On 3.4+, we now use the proper function so that we get all the latest security configurations.
We allow SSLv3 though for the time being, since a lot of older pages use that.
On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.
2014-09-12 07:50:31 +02:00
..
downloader
extractor [youtube] Don't make the url protocol optional 2014-09-11 21:47:25 +02:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
jsinterp.py
swfinterp.py
update.py
utils.py [utils] Default SSL to TLS. (Fixes #3727) 2014-09-12 07:50:31 +02:00
version.py release 2014.09.10.1 2014-09-10 16:39:23 +02:00
YoutubeDL.py