mFat@lemdro.id to Linux@lemmy.mlEnglish · edit-23 months agoWhich CLI app/utility you wish there was a GUI for?message-squaremessage-square117fedilinkarrow-up192arrow-down15file-text
arrow-up187arrow-down1message-squareWhich CLI app/utility you wish there was a GUI for?mFat@lemdro.id to Linux@lemmy.mlEnglish · edit-23 months agomessage-square117fedilinkfile-text
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up2·3 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.
This 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.