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 [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS (#5528) 2022-11-21 00:51:45 +00:00
external.py [fd/external] Scope cookies 2023-07-06 23:14:38 +05:30
f4m.py [downloader/fragment] HLS download can continue without first fragment 2022-10-18 19:20:51 +05:30
fc2.py [downloader/fc2] Stop heatbeating once FFmpeg finishes 2022-04-25 00:45:25 +09:00
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 [downloader/fragment] HLS download can continue without first fragment 2022-10-18 19:20:51 +05:30
mhtml.py [downloader/fragment] HLS download can continue without first fragment 2022-10-18 19:20:51 +05:30
niconico.py [cleanup] Misc 2023-06-21 09:21:20 +05:30
rtmp.py [compat] Remove deprecated functions from core code 2022-06-25 00:14:12 +05:30
rtsp.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
websocket.py Remove Python 3.6 support 2022-07-18 06:31:14 +05:30
youtube_live_chat.py [downloader/fragment] HLS download can continue without first fragment 2022-10-18 19:20:51 +05:30