Posts

Showing posts from April, 2015

Download youtube videos faster in linux using youtube-dl with aria

Today for all linux users its a good news for you guys.  Download faster in linux any youtube video and lots more Download youtube videos instead of taking the pain of buffering the videos and wasting time. ------------------------------------------------------------------------------------------------------ Install git in your linux computer using For Debian users : sudo apt-get install git For other users on cent os, fedora and red hat:  yum install git After git is enabled ------------------------------------------------------------------------------------------------------ Install aria2 On Mac OS X, you can install aria2 using Macports or Fink. In case you are using Macports, execute this command to install $ sudo port install aria2 On Debian and Ubuntu, install it using apt-get $ apt-get install aria2 On Fedora, install it using yum $ yum install aria2 For other platforms, have a look at http://sourceforge.net/apps/trac/aria2/wiki/Do