mirror of https://github.com/yt-dlp/yt-dlp
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.
227bf1a33b
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 | |
---|---|---|
.. | ||
__pyinstaller | 2 years ago | |
compat | 1 year ago | |
dependencies | 2 years ago | |
downloader | 1 year ago | |
extractor | 1 year ago | |
networking | 1 year ago | |
postprocessor | 1 year ago | |
utils | 1 year ago | |
YoutubeDL.py | 1 year ago | |
__init__.py | 1 year ago | |
__main__.py | 2 years ago | |
aes.py | 2 years ago | |
cache.py | 2 years ago | |
casefold.py | 1 year ago | |
cookies.py | 1 year ago | |
jsinterp.py | 1 year ago | |
minicurses.py | 2 years ago | |
options.py | 1 year ago | |
plugins.py | 2 years ago | |
socks.py | 2 years ago | |
update.py | 1 year ago | |
version.py | 1 year ago | |
webvtt.py | 2 years ago |