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
2023-07-06 23:14:39 +05:30
..
__init__.py [extractor/niconico:live] Add extractor (#5764) 2023-05-29 18:35:10 +09:00
common.py [core] Change how Cookie headers are handled 2023-07-06 23:14:39 +05:30
dash.py
external.py [fd/external] Scope cookies 2023-07-06 23:14:38 +05:30
f4m.py
fc2.py
fragment.py [cleanup] Misc 2023-07-06 21:39:55 +05:30
hls.py [core] Allow extractors to mark formats as potentially DRM (#7396) 2023-07-06 21:40:01 +05:30
http.py [downloader/http] Avoid infinite loop when no data is received 2023-07-06 20:22:00 +05:30
ism.py
mhtml.py
niconico.py [cleanup] Misc 2023-06-21 09:21:20 +05:30
rtmp.py
rtsp.py
websocket.py
youtube_live_chat.py