projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5c44e
)
[options] Document that postprocessing is not forced by --postprocessor-args
author
dirkf
<fieldhouse@gmx.net>
Mon, 29 Aug 2022 12:02:17 +0000
(13:02 +0100)
committer
dirkf
<fieldhouse@gmx.net>
Mon, 29 Aug 2022 12:02:17 +0000
(13:02 +0100)
Resolves #30307
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index f6621ef9160736d7405b765980e9a177176afd2d..f6d2b08988961705e693d449ce75917f008f2f07 100644
(file)
--- 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,