diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:15:16 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:15:16 +0600 |
commit | f72b0a603270dff0fdd72dd5218126790232199a (patch) | |
tree | b7ccea21795bedaa1e314d4197cc96851360c784 /youtube_dl/YoutubeDL.py | |
parent | ac9ed061ec08ad360a0422ddb68060bdcc72baa2 (diff) |
Revert xvid to avi and make docs to be similar to existing external downloader option
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 3 |
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 |