Thirty Three Down Logo

[SOFT] The Quick and Dirty Guide to youtube-dl

First off, let's install youtube-dl on a fresh Raspbian install. You might be tempted to use a simple apt-get: don't. It will make it harder to get the latest updates for the software down the road. Instead:

If everything went well, youtube-dl will tell you you have an up-to-date version installed! Now we're ready to download some videos.

Go to the URL of the video you want to download and, in terminal, type youtube-dl [URL]. Videos will download to the directory where you are located in two files - one for best video, one for best audio - before mixing both into an .mkv file.
There are more things you can do to make your life with youtube-dl even better:

That's it! Enjoy the YouTube goodness, all local.

Extra resources