You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/compat
coletdjnz 227bf1a33b
[networking] Rewrite architecture (#2861)
New networking interface consists of a `RequestDirector` that directs
each `Request` to appropriate `RequestHandler` and returns the
`Response` or raises `RequestError`. The handlers define adapters to
transform its internal Request/Response/Errors to our interfaces.

User-facing changes:
- Fix issues with per request proxies on redirects for urllib
- Support for `ALL_PROXY` environment variable for proxy setting
- Support for `socks5h` proxy
   - Closes https://github.com/yt-dlp/yt-dlp/issues/6325, https://github.com/ytdl-org/youtube-dl/issues/22618, https://github.com/ytdl-org/youtube-dl/pull/28093
- Raise error when using `https` proxy instead of silently converting it to `http`

Authored by: coletdjnz
1 year ago
..
urllib [core] Workaround erroneous urllib Windows proxy parsing (#7092) 1 year ago
__init__.py [networking] Rewrite architecture (#2861) 1 year ago
_deprecated.py [compat] Remove more functions 2 years ago
_legacy.py [dependencies] Simplify `Cryptodome` 2 years ago
compat_utils.py [dependencies] Simplify `Cryptodome` 2 years ago
functools.py Bugfix for 3a408f9d19 2 years ago
imghdr.py [mhtml, cleanup] Use imghdr 2 years ago
shutil.py [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2 years ago