A simple python program that allows you to download songs from youtube both as audio and video.
installing youtube-dl :
1) deb-based : sudo apt-get install youtube-dl
2) redhat based : yum install youtube-dl
3) pip install -U youtube-dl
###Using the Script
Run the script using terminal and add the name of the song to be downloaded
as argument after the script name.
Run the script using terminal and add '-m' as the second argument and
the name of the song to be downloaded as argument after it.
An easy-to-use web application for the youtube downloader.