summaryrefslogtreecommitdiff
path: root/songgrab
diff options
context:
space:
mode:
Diffstat (limited to 'songgrab')
-rwxr-xr-xsonggrab2
1 files changed, 1 insertions, 1 deletions
diff --git a/songgrab b/songgrab
index e96861c..808ecb4 100755
--- a/songgrab
+++ b/songgrab
@@ -81,7 +81,7 @@ fi
# download the video(s)
notify-send "songgrab" "Starting download..."
printf "Starting download..."
-ls | grep -q "$(echo $URL | cut -d'=' -f2 | cut -d'&' -f1)" && echo "Already downloaded" || youtube-dl $SPLITTER_FLAGS --format bestaudio --restrict-filenames "$URL"
+ls | grep -q "$(echo $URL | cut -d'=' -f2 | cut -d'&' -f1)" && echo "Already downloaded" || yt-dlp $SPLITTER_FLAGS --format bestaudio --restrict-filenames "$URL"
notify-send "songgrab" "Download stopped."
printf "Download stopped."