-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated the directory structure, README and minor fixes.
- Loading branch information
Showing
6 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.