Skip to content

Commit

Permalink
[options] Clarify --extract-audio help string (closes #27878)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jan 22, 2021
1 parent 142c584 commit 5519bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
postproc.add_option(
'-x', '--extract-audio',
action='store_true', dest='extractaudio', default=False,
help='Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
help='Convert video files to audio-only files (requires ffmpeg/avconv and ffprobe/avprobe)')
postproc.add_option(
'--audio-format', metavar='FORMAT', dest='audioformat', default='best',
help='Specify audio format: "best", "aac", "flac", "mp3", "m4a", "opus", "vorbis", or "wav"; "%default" by default; No effect without -x')
Expand Down

0 comments on commit 5519bba

Please sign in to comment.