Rename --pp-params to --postprocessor-args and access value as super class attribute
This commit is contained in:
parent
14835de9fb
commit
1866432db7
6 changed files with 14 additions and 17 deletions
|
@ -261,7 +261,7 @@ class YoutubeDL(object):
|
|||
The following options are used by the post processors:
|
||||
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available,
|
||||
otherwise prefer avconv.
|
||||
pp_params: Extra parameters for external apps, like avconv.
|
||||
postprocessor_args: Extra parameters for external apps, like avconv.
|
||||
"""
|
||||
|
||||
params = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue