mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
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 |
||
---|---|---|
.. | ||
testdata | ||
__init__.py | ||
helper.py | ||
parameters.json | ||
test_aes.py | ||
test_age_restriction.py | ||
test_all_urls.py | ||
test_cache.py | ||
test_compat.py | ||
test_config.py | ||
test_cookies.py | ||
test_download.py | ||
test_downloader_external.py | ||
test_downloader_http.py | ||
test_execution.py | ||
test_InfoExtractor.py | ||
test_iqiyi_sdk_interpreter.py | ||
test_jsinterp.py | ||
test_netrc.py | ||
test_networking.py | ||
test_networking_utils.py | ||
test_overwrites.py | ||
test_plugins.py | ||
test_post_hooks.py | ||
test_postprocessors.py | ||
test_socks.py | ||
test_subtitles.py | ||
test_update.py.disabled | ||
test_utils.py | ||
test_verbose_output.py | ||
test_write_annotations.py.disabled | ||
test_youtube_lists.py | ||
test_youtube_misc.py | ||
test_youtube_signature.py | ||
test_YoutubeDL.py | ||
test_YoutubeDLCookieJar.py | ||
testcert.pem | ||
versions.json |