]> jfr.im git - yt-dlp.git/commit - README.md
Improved passing of multiple postprocessor-args
authorpukkandan <redacted>
Wed, 20 Jan 2021 16:07:40 +0000 (21:37 +0530)
committerpukkandan <redacted>
Wed, 20 Jan 2021 20:06:10 +0000 (01:36 +0530)
commit43820c0370acaf8306880f235364535c1c92c157
tree05a3f4c414381a184accba0c8fde8a2090fd746d
parent5c610515c90d090b66aa3d86be86fb06dff8457f
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
README.md
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/options.py
youtube_dlc/postprocessor/common.py
youtube_dlc/postprocessor/embedthumbnail.py
youtube_dlc/postprocessor/execafterdownload.py
youtube_dlc/postprocessor/ffmpeg.py
youtube_dlc/postprocessor/sponskrub.py