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
flashdagger c34166d7c8
[parsing] support uppercase SCRIPT tags as suggested by github-advanced-security bot
1 year ago
..
__pyinstaller [build] Include secretstorage in Linux builds 1 year ago
compat [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 2 years ago
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 2 years ago
downloader [fd/dash] Force native downloader for `--live-from-start` (#8339) 1 year ago
extractor [ie/n-tv.de] Fix extractor (#8414) 1 year ago
networking [rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix 8a8b54523a) (#8348) 2 years ago
postprocessor [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 2 years ago
utils Merge branch 'master' into html-parsing-relaxed 1 year ago
YoutubeDL.py [update] Overhaul self-updater 1 year ago
__init__.py [compat, networking] Deprecate old functions (#2861) 2 years ago
__main__.py
aes.py
cache.py
casefold.py Update to ytdl-commit-07af47 2 years ago
cookies.py [cookies] Containers JSON should be opened as utf-8 (#7800) 2 years ago
jsinterp.py Update to ytdl-commit-07af47 2 years ago
minicurses.py
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 1 year ago
parsing.py [parsing] support uppercase SCRIPT tags as suggested by github-advanced-security bot 1 year ago
plugins.py
socks.py [networking] Fix various socks proxy bugs (#8065) 2 years ago
update.py [update] Overhaul self-updater 1 year ago
version.py [build] Overhaul and unify release workflow 1 year ago
webvtt.py