dotfiles/downloadsong
2026-03-27 10:53:01 +01:00

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"