diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:59:18 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:59:18 +0600 |
commit | 1f3a43dbe6b289ff7933754007314c1465e8af7f (patch) | |
tree | 5aedcd5d0c69574944ea1aebdc5aed0a6a5f9bb8 /youtube_dl/YoutubeDL.py | |
parent | d919fa3344463f94a152a10ba65981cd290d9ec8 (diff) | |
parent | 369e195a44530b43bfd0e95087c9e1a238d91184 (diff) |
Merge branch 'aurium-master'
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 411de9ac9..00af78e06 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -262,6 +262,8 @@ 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. + postprocessor_args: A list of additional command-line arguments for the + postprocessor. """ params = None |