> alias download_mp3="uvx --with yt-dlp[default,curl-cffi] yt-dlp@latest --extract-audio --audio-format mp3"<p>If you use yt-dlp frequently, why not keep it set up in a <i>permanent</i> venv, with an executable on the path? That's what I do (via Pipx). Lets me use a variety of command options while reasoning about the command normally.