Download youtube video as audio file
On 17 March 2016 in TechNote: using Mac OS X 10.10.5
Install Homebrew
Install youtube-dl
$ brew install youtube-dl
Install ffmpeg
$ brew install ffmpeg
To download & save as audio file
$ youtube-dl -x --audio-format mp3 --prefer-ffmpeg [URL]
Related posts:
Filed under Tech with tags Download, youtube-dl
Leave a Reply