[utils] make_HTTPS_handler: Remove try/except block that would always raise an exception
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 12 Dec 2014 22:43:25 +0000 (23:43 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 12 Dec 2014 22:43:25 +0000 (23:43 +0100)
commit293f0f39ce955b9aa8284d461a0444e27491c392
treec70d1aeda7541690e8e75eae9af9cdaa69668c04
parent0db261ba567cb5370455d67c4398e11e5e2119f8
[utils] make_HTTPS_handler: Remove try/except block that would always raise an exception

This code is only run for Python < 3.4, where context.load_default_certs doesn't exist
youtube_dl/utils.py