|
|
|
|
|
by zahlman
490 days ago
|
|
> 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. |
|