logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 4050e10a4c3445c5399239567eb074acb2f65c18
parent ed5c44e7b74ac77f87ca5ed6cb5e964a0c6a0678
Author: dirkf <fieldhouse@gmx.net>
Date:   Mon, 29 Aug 2022 13:02:17 +0100

[options] Document that postprocessing is not forced by --postprocessor-args

Resolves #30307

Diffstat:

Myoutube_dl/options.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -801,7 +801,7 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--postprocessor-args', dest='postprocessor_args', metavar='ARGS', - help='Give these arguments to the postprocessor') + help='Give these arguments to the postprocessor (if postprocessing is required)') postproc.add_option( '-k', '--keep-video', action='store_true', dest='keepvideo', default=False,