a simple webscraping code developed in java using jsoup and ui4j libraries to download something in youtube and convert it into high quality audio format(mp3). It can be used as a song downloader.
Requirements:
- 
Java 1.8
 - 
Jsoup library
 - 
UI4J Library
 
Future Plans:
- 
Fetch album art and add it to the downloaded mp3 file(using id3 editing libraries)
 - 
Add Album name, artist name, etc...(using id3 editors)
 - 
Queueing(Multiple songs)
 - 
Add feature to let user choose download location
 
How to use the jar file:
- 
Download it, store it wherever you want to
 - 
Execute it using the java -jar command in terminal
 - 
Follow the directions
 - 
The song will download in the same directory as the jar file.