Posts

Showing posts from February, 2016

How to update youtube-dl in ubuntu

Try sudo pip install --upgrade youtube-dl That will upgrade youtube-dl. If you get this message: sudo: pip: command not found try sudo apt-get install python-setuptools sudo easy_install pip sudo pip install --upgrade youtube-dl How to download youtube playlist ? youtube-dl -cit <playlist-url>