Skip to content

Commit

Permalink
modularized the code (#14)
Browse files Browse the repository at this point in the history
* Updated the directory structure, README and minor fixes.
  • Loading branch information
arpit1997 authored and pwnfoo committed Oct 18, 2016
1 parent a4d58d1 commit b91146f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 27 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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)
27 changes: 0 additions & 27 deletions README_youtubescraper.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b91146f

Please sign in to comment.