From 70a1d51ef319ac54039350c0625e483a63ebdac8 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 24 Aug 2022 02:17:09 -0500 Subject: use yt-dlp in songgrab --- songgrab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'songgrab') 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 -- cgit v1.2.3