update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user