Youtube-dl
Category: Tools
For those occasions where you don't have the bandwidth to watch something without buffering: youtube-dl
.
On a Mac:
sudo pip install youtube-dl
brew install libav
youtube-dl <url>
If bandwidth is a real pain and you just want the audio...
youtube-dl --extract-audio --audio-format mp3 <url>
To update:
sudo pip install -U youtube-dl