| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #7663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #6185
|
| |
|
|
|
|
| |
Closes #5262
Authored by: lksj, pukkandan
|
|
|
|
| |
Closes #3764
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #3780, Closes #3853, Closes #3850
|
|
|
|
|
| |
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode
* and move `windows_enable_vt_mode` to utils to avoid cyclic imports
|
|
|
|
| |
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
|
| |
|
| |
|
|
Authored by: fstirlitz, pukkandan
|