aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.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/options.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/options.py')
-rw-r--r--youtube_dl/options.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index c15dadb21..85365d769 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -691,11 +691,11 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--recode-video',
metavar='FORMAT', dest='recodevideo', default=None,
- help='Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|xvid)')
+ help='Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|avi)')
postproc.add_option(
'--postprocessor-args',
- dest='postprocessor_args', default=None, metavar='ARGS',
- help='Extra parameters for video post-processor.')
+ dest='postprocessor_args', metavar='ARGS',
+ help='Give these arguments to the postprocessor')
postproc.add_option(
'-k', '--keep-video',
action='store_true', dest='keepvideo', default=False,