Skip to content

a simple java code to scrape youtube and download from it in mp3 format

Notifications You must be signed in to change notification settings

techknowclub/YouTubeScraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

YouTubeScraper

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:

  1. Java 1.8

  2. Jsoup library

  3. UI4J Library

Future Plans:

  1. Fetch album art and add it to the downloaded mp3 file(using id3 editing libraries)

  2. Add Album name, artist name, etc...(using id3 editors)

  3. Queueing(Multiple songs)

  4. Add feature to let user choose download location

How to use the jar file:

  1. Download it, store it wherever you want to

  2. Execute it using the java -jar command in terminal

  3. Follow the directions

  4. The song will download in the same directory as the jar file.

About

a simple java code to scrape youtube and download from it in mp3 format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%