mFat to [email protected]English • edit-21 year agoWhich CLI app/utility you wish there was a GUI for?message-square117fedilinkarrow-up191
arrow-up191message-squareWhich CLI app/utility you wish there was a GUI for?mFat to [email protected]English • edit-21 year agomessage-square117fedilink
minus-square@[email protected]linkfedilinkEnglish2•11 months agoThis is what I use (with zsh): yt-audio() { yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1 } yt-audio-playlist() { yt-dlp -f 'ba' -x --audio-format mp3 $1 } It takes the best quality available and downloads it to mp3.
Would you mind sharing your command?
This is what I use (with zsh):
It takes the best quality available and downloads it to mp3.