This commit is contained in:
2023-12-21 00:29:53 +01:00
parent 190a069bc7
commit 18b45f0bf5

View File

@@ -40,8 +40,9 @@ do
pkill ffmpeg
break
else
clear
title=$(yt-dlp --get-title $userInput)
yt-dlp --extract-audio --audio-format wav -o songs/"${title}".wav $userInput > /dev/null
yt-dlp --extract-audio --audio-format wav -o songs/"${title}".wav $userInput # > /dev/null
fi