Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 379 Bytes

extract-best-quality-mp3-audio-from-youtube-video.md

File metadata and controls

5 lines (3 loc) · 379 Bytes

YouTube-dl Download and Documentation

Download the best quality audio in mp3 format using the command below. This command also utilises ffmpeg to extract audio. In general, it is a good idea to have ffmpeg installed on your system if you plan to use YouTube-dl

youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 'url_here'