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
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
2 years ago
..
__pyinstaller [dependencies] Simplify `Cryptodome` 2 years ago
compat [networking] Rewrite architecture (#2861) 2 years ago
dependencies [dependencies/Cryptodome] Fix `__bool__` 2 years ago
downloader [networking] Rewrite architecture (#2861) 2 years ago
extractor [networking] Rewrite architecture (#2861) 2 years ago
networking [networking] Rewrite architecture (#2861) 2 years ago
postprocessor [pp/EmbedThumbnail] Support `m4v` (#7583) 2 years ago
utils [networking] Rewrite architecture (#2861) 2 years ago
YoutubeDL.py [networking] Rewrite architecture (#2861) 2 years ago
__init__.py Improve `--download-sections` 2 years ago
__main__.py
aes.py [dependencies] Simplify `Cryptodome` 2 years ago
cache.py [cleanup] Misc 2 years ago
casefold.py Update to ytdl-commit-07af47 2 years ago
cookies.py [utils] Add temporary shim for logging 2 years ago
jsinterp.py Update to ytdl-commit-07af47 2 years ago
minicurses.py
options.py Improve `--download-sections` 2 years ago
plugins.py [plugins] Don't look in `.egg` directories 2 years ago
socks.py
update.py [update] Do not restart into versions without `--update-to` 2 years ago
version.py Release 2023.07.06 2 years ago
webvtt.py