aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat/urllib/request.py
Commit message (Collapse)AuthorAgeFilesLines
* [core] Workaround erroneous urllib Windows proxy parsing (#7092)coletdjnz2023-05-271-0/+40
Convert proxies extracted from windows registry to http for older Python versions. See: https://github.com/python/cpython/issues/86793 Authored by: coletdjnz