yt-dlp/youtube_dlc
pukkandan 1b77b347d4 Allow passing different arguments to different postprocessors
* Also deprecated --sponskrub-args

Closes: https://github.com/ytdl-org/youtube-dl/issues/27593
Eg: `--postprocessor-args "VideoConvertor:-c:v h264_nvenc -preset slow"`
Eg: `--postprocessor-args "SponsKrub:-include-selfpromo"`

For backward compatibility, `--postprocessor-args args` is equivalent to:
`--post-processor-args "sponskrub:" --post-processor-args "default:args"`
2021-01-08 01:41:08 +05:30
..
downloader Make sure playerOffsetMs is positive in youtube_live_chat by siikamiika #5 (blackjack4494#262) 2021-01-07 20:53:03 +05:30
extractor Tiktok fix #8 (blackjack4494#20) 2021-01-07 20:53:03 +05:30
postprocessor Allow passing different arguments to different postprocessors 2021-01-08 01:41:08 +05:30
YoutubeDL.py Allow passing different arguments to different postprocessors 2021-01-08 01:41:08 +05:30
__init__.py Allow passing different arguments to different postprocessors 2021-01-08 01:41:08 +05:30
__main__.py
aes.py
cache.py
compat.py Add --write-*-link by h-h-h-h 2020-12-13 20:05:04 +05:30
jsinterp.py
options.py Allow passing different arguments to different postprocessors 2021-01-08 01:41:08 +05:30
socks.py
swfinterp.py
update.py Disable Updates 2021-01-06 17:43:27 +05:30
utils.py Preparing for release 2021-01-07 17:22:45 +05:30
version.py Release 2021.01.07 2021-01-07 20:10:10 +05:30