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/downloader
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
1 year ago
..
__init__.py [extractor/niconico:live] Add extractor (#5764) 1 year ago
common.py [core] Change how `Cookie` headers are handled 1 year ago
dash.py [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS (#5528) 2 years ago
external.py [fd/external] Scope cookies 1 year ago
f4m.py [downloader/fragment] HLS download can continue without first fragment 2 years ago
fc2.py [downloader/fc2] Stop heatbeating once FFmpeg finishes 2 years ago
fragment.py [cleanup] Misc 1 year ago
hls.py [core] Allow extractors to mark formats as potentially DRM (#7396) 1 year ago
http.py [networking] Rewrite architecture (#2861) 1 year ago
ism.py [downloader/fragment] HLS download can continue without first fragment 2 years ago
mhtml.py [downloader/fragment] HLS download can continue without first fragment 2 years ago
niconico.py [cleanup] Misc 1 year ago
rtmp.py [compat] Remove deprecated functions from core code 2 years ago
rtsp.py [cleanup] Sort imports 3 years ago
websocket.py Remove Python 3.6 support 2 years ago
youtube_live_chat.py [downloader/fragment] HLS download can continue without first fragment 2 years ago