From 47bd80c85eaf3634b2041b9e8e00d5c9c5dbae93 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Tue, 12 Sep 2023 14:07:16 -0400 Subject: [PATCH] Add the bash script that is to be replaced. --- yt2mp3.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 yt2mp3.sh diff --git a/yt2mp3.sh b/yt2mp3.sh new file mode 100755 index 0000000..db84314 --- /dev/null +++ b/yt2mp3.sh @@ -0,0 +1,2 @@ +url=$1 +yt-dlp -ci --extract-audio --audio-format mp3 -o '%(title)s.' --add-metadata $url