Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 768 Bytes

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

  • System requirements

    apt-get install qt5-default libqt5webkit5-dev build-essential python-lxml python-pip xvfb

  • python

    pip install -r requirements.txt

  • Java Based Requirements: Install .jar file for each package and put it in the same directory as the file otherwise use IDE for the same.

    1. Java 1.8

    2. Jsoup library

    3. 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)