yt-dlp/yt_dlp/downloader
bashonly 1ceb657bdd
[fd/external] Scope cookies
- ffmpeg: Calculate cookies from cookiejar and pass with `-cookies` arg instead of `-headers`
- aria2c, curl, wget: Write cookiejar to file and use external FD built-in cookiejar support
- httpie: Calculate cookies from cookiejar instead of `http_headers`
- axel: Calculate cookies from cookiejar and disable http redirection if cookies are passed
    - May break redirects, but axel simply don't have proper cookie support

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

Authored by: bashonly, coletdjnz
2023-07-06 23:14:38 +05:30
..
__init__.py
common.py [cleanup] Misc 2023-07-06 21:39:55 +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