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
Simon Sawicki 3121512228
[core] Change how `Cookie` headers are handled
Cookies are now saved and loaded under `cookies` key in the info dict
instead of `http_headers.Cookie`. Cookies passed in headers are
auto-scoped to the input URLs with a warning.

Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj

Authored by: Grub4K
11 months ago
..
__init__.py [extractor/niconico:live] Add extractor (#5764) 1 year ago
common.py [core] Change how `Cookie` headers are handled 11 months ago
dash.py [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS (#5528) 2 years ago
external.py [fd/external] Scope cookies 11 months 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 11 months ago
hls.py [core] Allow extractors to mark formats as potentially DRM (#7396) 11 months ago
http.py [downloader/http] Avoid infinite loop when no data is received 11 months 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 12 months ago
rtmp.py [compat] Remove deprecated functions from core code 2 years ago
rtsp.py [cleanup] Sort imports 2 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