3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
|
|
yt-dlp --embed-metadata -x --audio-format aac -f bestaudio "$1" -o "~/Music/%(artist)s - %(title)s.%(ext)s"
|