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/youtube_dlc
pukkandan 43820c0370 Improved passing of multiple postprocessor-args
* Added `PP+exe:args` syntax
    If `PP+exe:args` is specifically given, only it used.
    Otherwise, `PP:args` and `exe:args` are combined.
    If none of the `PP`, `exe` or `PP+exe` args are given, `default` is used
    `Default` is purposely left undocumented since it exists only for backward compatibility

* Also added proper handling of args in `EmbedThumbnail`

Related: https://github.com/ytdl-org/youtube-dl/pull/27723
3 years ago
..
downloader Added `--force-overwrites` option (https://github.com/ytdl-org/youtube-dl/pull/20405) 3 years ago
extractor [TrovoLive] Add extractor (partially fix #20) 3 years ago
postprocessor Improved passing of multiple postprocessor-args 3 years ago
YoutubeDL.py Improved passing of multiple postprocessor-args 3 years ago
__init__.py Improved passing of multiple postprocessor-args 3 years ago
__main__.py [skip travis] renaming 4 years ago
aes.py [skip travis] renaming 4 years ago
cache.py [skip travis] renaming 4 years ago
compat.py Kill child processes when yt-dlc is killed (https://github.com/ytdl-org/youtube-dl/pull/26592) 3 years ago
jsinterp.py [skip travis] renaming 4 years ago
options.py Improved passing of multiple postprocessor-args 3 years ago
socks.py [skip travis] renaming 4 years ago
swfinterp.py [skip travis] renaming 4 years ago
update.py Documentation fixes 3 years ago
utils.py [TrovoLive] Add extractor (partially fix #20) 3 years ago
version.py [version] update 3 years ago