summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsonggrab2
1 files changed, 1 insertions, 1 deletions
diff --git a/songgrab b/songgrab
index 914a56b..be37fdd 100755
--- a/songgrab
+++ b/songgrab
@@ -71,7 +71,7 @@ if [ "$SPLITTER_SELECTION" = "s" ]; then
fi
# download the video(s)
-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"
# while loop to remove files from list
while true; do