1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-30 06:55:24 +00:00
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
2023-07-15 16:18:35 +05:30
..
2023-07-13 19:47:05 +05:30
2023-06-27 21:16:57 +00:00
2023-07-06 21:39:55 +05:30
2023-05-24 23:30:43 +05:30
2023-02-17 17:52:22 +05:30
2023-02-17 17:52:23 +05:30
2023-02-17 17:52:23 +05:30
2023-02-17 17:52:23 +05:30
2023-06-21 09:21:20 +05:30
2023-05-02 00:03:27 +00:00
2023-06-21 09:21:20 +05:30
2023-02-17 17:52:22 +05:30
2023-06-21 09:21:20 +05:30
2023-03-10 17:27:43 +05:30
2023-02-17 17:52:23 +05:30
2023-07-06 21:39:55 +05:30
2023-02-28 23:15:13 +05:30
2023-06-25 17:04:42 -05:00
2023-02-17 17:52:23 +05:30
2023-05-24 23:30:43 +05:30
2023-02-17 17:52:23 +05:30
2023-06-21 09:21:20 +05:30
2023-02-17 17:52:23 +05:30
2023-02-17 17:52:22 +05:30
2023-02-17 17:52:23 +05:30
2023-06-26 16:14:20 +05:30
2023-03-05 03:34:55 +05:30
2023-06-22 13:31:07 +05:30
2023-06-15 17:57:25 +00:00
2023-06-21 09:21:20 +05:30
2023-06-21 03:24:24 -05:00
2023-05-20 02:38:24 +05:30
2023-06-21 09:21:20 +05:30
2023-07-06 21:40:09 +05:30
2023-02-17 17:52:23 +05:30
2023-06-10 20:43:22 +00:00
2023-07-06 21:39:55 +05:30
2023-04-16 17:26:37 +00:00
2023-02-17 17:52:23 +05:30
2023-06-05 10:40:48 -05:00