yt-dlp/youtube_dlc/postprocessor
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
2021-01-21 01:36:10 +05:30
..
__init__.py Sponskrub integration 2021-01-04 23:13:27 +05:30
common.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
embedthumbnail.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
execafterdownload.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
ffmpeg.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
metadatafromtitle.py Allow passing different arguments to different postprocessors 2021-01-08 01:41:08 +05:30
sponskrub.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
xattrpp.py Create `to_screen` and similar functions in postprocessor/common 2021-01-10 22:22:24 +05:30