Skip to content

Commit

Permalink
Update cli.py (#1462)
Browse files Browse the repository at this point in the history
fixed missing space in --ffmpeg and --audio help sections
  • Loading branch information
jtmr05 committed May 7, 2023
1 parent 7a6933e commit 445c94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytube/cli.py
Expand Up @@ -161,7 +161,7 @@ def _parse_args(
const="mp4",
nargs="?",
help=(
"Download the audio for a given URL at the highest bitrate available"
"Download the audio for a given URL at the highest bitrate available. "
"Defaults to mp4 format if none is specified"
),
)
Expand All @@ -171,8 +171,8 @@ def _parse_args(
const="best",
nargs="?",
help=(
"Downloads the audio and video stream for resolution provided"
"If no resolution is provided, downloads the best resolution"
"Downloads the audio and video stream for resolution provided. "
"If no resolution is provided, downloads the best resolution. "
"Runs the command line program ffmpeg to combine the audio and video"
),
)
Expand Down

0 comments on commit 445c94b

Please sign in to comment.