aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-11 22:15:16 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-11 22:15:16 +0600
commitf72b0a603270dff0fdd72dd5218126790232199a (patch)
treeb7ccea21795bedaa1e314d4197cc96851360c784 /youtube_dl/YoutubeDL.py
parentac9ed061ec08ad360a0422ddb68060bdcc72baa2 (diff)
downloadyoutube-dl-f72b0a603270dff0fdd72dd5218126790232199a.tar.xz
Revert xvid to avi and make docs to be similar to existing external downloader option
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 8580f99a7..00af78e06 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -262,7 +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: Extra parameters for external apps, like avconv.
+ postprocessor_args: A list of additional command-line arguments for the
+ postprocessor.
"""
params = None