#!/bin/sh

yt-dlp --embed-metadata -x --audio-format aac -f bestaudio  "$1" -o "~/Music/%(artist)s - %(title)s.%(ext)s"
