]> jfr.im git - yt-dlp.git/commit
[core] Workaround erroneous urllib Windows proxy parsing (#7092)
authorcoletdjnz <redacted>
Sat, 27 May 2023 07:17:27 +0000 (19:17 +1200)
committerGitHub <redacted>
Sat, 27 May 2023 07:17:27 +0000 (07:17 +0000)
commit3f66b6fe50f8d5b545712f8b19d5ae62f5373980
treeb94844271d954ae026d9ea9c7a0dd6c9dfd60b8b
parentb87e01c123fd560b6a674ce00f45a9459d82d98a
[core] Workaround erroneous urllib Windows proxy parsing (#7092)

Convert proxies extracted from windows registry to http for older Python versions.
See: https://github.com/python/cpython/issues/86793

Authored by: coletdjnz
Makefile
yt_dlp/YoutubeDL.py
yt_dlp/compat/urllib/__init__.py [new file with mode: 0644]
yt_dlp/compat/urllib/request.py [new file with mode: 0644]