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
When you have finished installing aria2, use this command to check
------------------------------------------------------------------------------------------------------
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 aria2On Debian and Ubuntu, install it using apt-get
$ apt-get install aria2On Fedora, install it using yum
$ yum install aria2For other platforms, have a look at http://sourceforge.net/apps/trac/aria2/wiki/Download.
When you have finished installing aria2, use this command to check
$ which aria2c
----------------------------------------------------------------------------------------------------------
Make a new folder and name it youtube
Use command as mkdir youtube
Change to that folder and Next do
git clone https://github.com/ankitshah009/youtube-dl-with-aria---------------------------------------------------------------------------------------------------------
Usage
The below will work if youtube-dl is correctly setup
bash youtube-dl-with-aria.sh URL
And there you have a working downloader for youtube videos from the command line of linux.
Congratulations!!!
Like on the google plus if you found this post helpful!!!
Comments
Post a Comment