Update README.md

This commit is contained in:
Maddox Werts 2024-06-09 20:03:42 +00:00
parent cb7c0a0a73
commit f2c7ecfef0

View file

@ -1,3 +1,21 @@
# SongPuller # SongPuller
### Easily pull songs from many platforms with MetaData.
Easily pull songs from many platforms with MetaData. In order to use this program you need a **compatible song platform** *(ex: SoundCloud, Spotify, Apple Music, etc.)*
As of June 9th, 2024, The only platform supported is **SoundCloud**. It uses a third party platform to download the songs, so if that goes down I will need to re-program this project.
To download a song:
1. Open the executable
1. Open a compatible song platform and find your song
1. Copy the "share" link
1. Inside the executable, go to the "Download a Song" page
1. Paste the link when it asks you to
1. Ensure that the song name is correct and enter "y"
Once it's done downloading, you may find your .mp3 file inside of the *./out* directory.
This file already has all metadata available attached including:
- Title
- Author
- Cover Image
This software is a **Use At Your Own Risk** program. I am not responsible for any legal trouble that this may entail. This project was created for **Educational Purposes** to show how one can download files from a CDN (Content Delivery Network).