Thursday, October 3, 2013

How to download an entire youtube playlist on Linux Ubuntu

First you have to install the youtube-dl (stands for youtube download):

sudo apt-get install youtube-dl

If you already have it installed, make sure it is updated:

sudo youtube-dl -U

Ok, to download the youtube playlist simply enter:

youtube-dl -cit <the youtube playlist link, between quotation marks>

To understand what "c", "i" and "t" do, enter:

youtube-dl --help

No comments:

Post a Comment