[utils] Do not make an exception for SSLv3
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:44:50 +0000 (23:44 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:45:34 +0000 (23:45 +0100)
commit2128b696b87ed1b44aac0ee31deb94b0b777f7db
treeda759386017604a634c551a79490d5b1bc0f9f58
parenta23669220a6d45bfc01d5cf9b047eba42e772003
[utils] Do not make an exception for SSLv3

SSLv3 is terminally vulnerable to POODLE; web browsers are currently deprecating/removing it.
Closes #4459, fixes #4294
youtube_dl/utils.py