• by zahlman on 2/21/2025, 3:40:50 AM

    > alias download_mp3="uvx --with yt-dlp[default,curl-cffi] yt-dlp@latest --extract-audio --audio-format mp3"

    If you use yt-dlp frequently, why not keep it set up in a permanent 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.