##########################################################################
###########################  YOUTUBEDOWNLOADER    ########################
##########################################################################

# Description :
----------------
	Download videos from youtube and extract audio in mp3 format.




# Dependencies:
---------------
	[*] youtube-dl
	[*] ffmpeg
	[*] libavcodec-unstripped-52



# How to Install:
-----------------
[*] Step 1: Extract the script from zip.

[*] Step 2: Give the necessary permissions.
	$ sudo chmod +x youtubedownloader

[*] Step 3: Move it to /bin folder
	$ sudo mv youtubedownloader /bin/


# Execute:
----------	
[*] Step 1: Open a terminal and give the following command:

		$ youtubedownloader

[*] Step 2: Follow the instructions.
[*] Step 3: The mp3 file would be saved in the folder where "youtubedownloader" command was executed in the first place.
