Add the bash script that is to be replaced.

This commit is contained in:
20xd6 2023-09-12 14:07:16 -04:00
parent 943ae25771
commit 47bd80c85e

2
yt2mp3.sh Executable file
View File

@ -0,0 +1,2 @@
url=$1
yt-dlp -ci --extract-audio --audio-format mp3 -o '%(title)s.' --add-metadata $url