Easily pull songs from many platforms with MetaData.
src | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
SongPuller
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:
- Open the executable
- Open a compatible song platform and find your song
- Copy the "share" link
- Inside the executable, go to the "Download a Song" page
- Paste the link when it asks you to
- 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).