Download Youtube Mp3 File Using `youtube-dl`
This is the command to download it
youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 0 <url>
if you using zsh
or fish
wrap the url using quotes 'url'
Happy downloading
This is the command to download it
youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 0 <url>
if you using zsh
or fish
wrap the url using quotes 'url'
Happy downloading