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
pukkandan d818eb7473
Improve argument parsing for `-P`, `-o`, `-S`
* `-P "subtitle,thumbnail:PATH"` is now possible. Similarly for `-o`
* `-S "fps,br" -S "res,codec"` is now interpreted as `-S res,codec,fps,br`. Previously, `-S fps,br` was ignored in this case.
3 years ago
..
downloader [youtube_live_chat] fix bug when trying to set cookies 3 years ago
extractor [youtube] Fix _extract_alerts 3 years ago
postprocessor Ability to set a specific field in the file's metadata 3 years ago
YoutubeDL.py Format selector `mergeall` to download and merge all formats 3 years ago
__init__.py [sponskrub] Run before embedding thumbnail 3 years ago
__main__.py Completely change project name to yt-dlp (#85) 3 years ago
aes.py Completely change project name to yt-dlp (#85) 3 years ago
cache.py Completely change project name to yt-dlp (#85) 3 years ago
compat.py Completely change project name to yt-dlp (#85) 3 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 3 years ago
options.py Improve argument parsing for `-P`, `-o`, `-S` 3 years ago
socks.py Completely change project name to yt-dlp (#85) 3 years ago
swfinterp.py Completely change project name to yt-dlp (#85) 3 years ago
update.py [update] Fix updater removing the executable bit on some UNIX distros 3 years ago
utils.py [utils] Add `datetime_from_str` to parse relative time (#221) 3 years ago
version.py [version] update 3 years ago