Youtube-dl for beginners


 Getting Started

    Youtube-dl is a program used to download videos from numerous sites online, most notably Youtube.  It is very powerful and is so useful to back up videos that you do not want to lose. Take a look at all the websites that are supported: https://github.com/ytdl-org/youtube-dl/blob/master/docs/supportedsites.md 

Getting started with Youtube-dl is really simple. Start with downloading the latest version of youtube-dl from their website. https://youtube-dl.org/

Once the program is downloaded go ahead and place it in the folder where you want the videos to be downloaded. 

To use the program you will need to operate it through cmd prompt. The fastest way that I like to do this is browsing to the folder where youtube-dl is, selecting the location bar on the top and typing in cmd. After hitting enter it will open up cmd prompt in the folders location.

Then all you need to do is just type in youtube-dl then the link you want to download from.

Like this: youtube-dl <video link>

Make sure not to have the <> brackets around your link.

Then just hit enter to start the download. It's that simple.


Playlists

    You can also download whole playlists of videos with youtube-dl. All you have to do is put the link to playlist. Make sure when you copy the link it is from the overview page of the playlist, not from when you are watching a video in the play list.


Example: youtube-dl https://www.youtube.com/playlist?list=PLFsQleAWXsj_4yDeebiIADdH5FMayBiJo

    Hope this has been helpful. If you have any questions please leave a comment.
Next post I will go over how I have it configured to get the best quality audio and video.

Comments

Popular Posts