mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
Don't install the global url opener
All the code uses now the urlopen method of YoutubeDL
This commit is contained in:
@@ -1236,6 +1236,3 @@ def _setup_opener(self):
|
||||
# (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)
|
||||
|
||||
Reference in New Issue
Block a user