From b6518fba3cd37e2c9b2e3e0c24ca0c9adc0ea5cb Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Wed, 13 Sep 2023 18:55:28 -0400 Subject: [PATCH] Remove the shell script --- yt2mp3.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 yt2mp3.sh diff --git a/yt2mp3.sh b/yt2mp3.sh deleted file mode 100755 index db84314..0000000 --- a/yt2mp3.sh +++ /dev/null @@ -1,2 +0,0 @@ -url=$1 -yt-dlp -ci --extract-audio --audio-format mp3 -o '%(title)s.' --add-metadata $url