diff --git a/youtube.sh b/youtube.sh index fc4bfdf..31129f1 100755 --- a/youtube.sh +++ b/youtube.sh @@ -20,7 +20,7 @@ then format="--audio-format opus" audio="-x" quality="--audio-quality 0" -elif [ "$format" == "m4a" ] +elif [ "$format" == "flac" ] then format="--audio-format flac" audio="-x"