mFat to Linux@lemmy.mlEnglish • edit-29 months agoWhich CLI app/utility you wish there was a GUI for?message-square116fedilinkarrow-up192arrow-down15
arrow-up187arrow-down1message-squareWhich CLI app/utility you wish there was a GUI for?mFat to Linux@lemmy.mlEnglish • edit-29 months agomessage-square116fedilink
minus-square@amanneedsamaid@sopuli.xyzlinkfedilinkEnglish2•9 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.