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
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
12 months ago
..
__pyinstaller
compat [core] Workaround erroneous urllib Windows proxy parsing (#7092) 1 year ago
dependencies
downloader [fd/external] Scope cookies 12 months ago
extractor [ie/vidlii] Handle relative URLs 12 months ago
postprocessor [postprocessor] Print newline for `--progress-template` 1 year ago
utils [cleanup] Misc 12 months ago
YoutubeDL.py [core] Allow extractors to mark formats as potentially DRM (#7396) 12 months ago
__init__.py Improve `--download-sections` 1 year ago
__main__.py
aes.py
cache.py
casefold.py Update to ytdl-commit-07af47 1 year ago
cookies.py [fd/external] Scope cookies 12 months ago
jsinterp.py Update to ytdl-commit-07af47 1 year ago
minicurses.py
options.py Improve `--download-sections` 1 year ago
plugins.py
socks.py
update.py [update] Do not restart into versions without `--update-to` 1 year ago
version.py Release 2023.06.22 1 year ago
webvtt.py