Don't install the global url opener

All the code uses now the urlopen method of YoutubeDL
pull/8/head
Jaime Marquínez Ferrándiz 2014-03-10 19:04:30 +01:00
rodzic 19a41fc613
commit a0792b738e
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -1236,6 +1236,3 @@ class YoutubeDL(object):
# (See https://github.com/rg3/youtube-dl/issues/1309 for details)
opener.addheaders = []
self._opener = opener
# TODO remove this global modification
compat_urllib_request.install_opener(opener)