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
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
1 year ago
..
__init__.py [extractor/niconico:live] Add extractor (#5764) 2 years ago
common.py [cleanup] Misc 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 3 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 [downloader/http] Avoid infinite loop when no data is received 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