yt-dlp/yt_dlp
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
..
__pyinstaller [dependencies] Simplify `Cryptodome` 2023-02-28 23:15:13 +05:30
compat [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
dependencies [dependencies/Cryptodome] Fix `__bool__` 2023-03-13 05:21:43 +05:30
downloader [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
extractor [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
networking [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
postprocessor [pp/EmbedThumbnail] Support `m4v` (#7583) 2023-07-14 02:09:21 +05:30
utils [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
YoutubeDL.py [networking] Rewrite architecture (#2861) 2023-07-15 16:18:35 +05:30
__init__.py Improve `--download-sections` 2023-06-22 13:03:07 +05:30
__main__.py [cleanup] Misc 2022-11-11 15:48:29 +05:30
aes.py [dependencies] Simplify `Cryptodome` 2023-02-28 23:15:13 +05:30
cache.py [cleanup] Misc 2023-02-17 17:52:22 +05:30
casefold.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
cookies.py [utils] Add temporary shim for logging 2023-07-15 16:18:34 +05:30
jsinterp.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2022-08-14 17:34:13 +05:30
options.py Improve `--download-sections` 2023-06-22 13:03:07 +05:30
plugins.py [plugins] Don't look in `.egg` directories 2023-02-28 23:14:37 +05:30
socks.py [compat] Remove more functions 2022-06-25 00:08:55 +05:30
update.py [update] Do not restart into versions without `--update-to` 2023-06-21 06:10:40 +05:30
version.py Release 2023.07.06 2023-07-06 18:57:59 +00:00
webvtt.py [webvtt] Handle premature EOF 2022-11-20 14:14:42 +05:30