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.
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 | |
|---|---|---|
| .. | ||
| testdata | 3 years ago | |
| __init__.py | 12 years ago | |
| helper.py | 3 years ago | |
| parameters.json | 3 years ago | |
| test_InfoExtractor.py | 3 years ago | |
| test_YoutubeDL.py | 3 years ago | |
| test_YoutubeDLCookieJar.py | 3 years ago | |
| test_aes.py | 3 years ago | |
| test_age_restriction.py | 3 years ago | |
| test_all_urls.py | 4 years ago | |
| test_cache.py | 4 years ago | |
| test_compat.py | 3 years ago | |
| test_config.py | 3 years ago | |
| test_cookies.py | 3 years ago | |
| test_download.py | 2 years ago | |
| test_downloader_external.py | 3 years ago | |
| test_downloader_http.py | 2 years ago | |
| test_execution.py | 3 years ago | |
| test_iqiyi_sdk_interpreter.py | 4 years ago | |
| test_jsinterp.py | 3 years ago | |
| test_netrc.py | 4 years ago | |
| test_networking.py | 2 years ago | |
| test_networking_utils.py | 2 years ago | |
| test_overwrites.py | 4 years ago | |
| test_plugins.py | 3 years ago | |
| test_post_hooks.py | 4 years ago | |
| test_postprocessors.py | 3 years ago | |
| test_socks.py | 4 years ago | |
| test_subtitles.py | 4 years ago | |
| test_update.py.disabled | 4 years ago | |
| test_utils.py | 2 years ago | |
| test_verbose_output.py | 4 years ago | |
| test_write_annotations.py.disabled | 4 years ago | |
| test_youtube_lists.py | 3 years ago | |
| test_youtube_misc.py | 4 years ago | |
| test_youtube_signature.py | 3 years ago | |
| testcert.pem | 11 years ago | |
| versions.json | 10 years ago | |