New folder structure

This commit is contained in:
2023-04-03 17:47:42 +02:00
commit a2bdf977d9
42 changed files with 2055 additions and 0 deletions

6
Tools/youtubedw.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
if test $# -eq 1; then
yt-dlp -f 'ba' -x --audio-format mp3 $1 -o '%(title)s.%(ext)s'
else
echo "$ youtubedw.sh 'enlace'"
fi