Easily pull songs from many platforms with MetaData.
Find a file
2024-06-09 20:03:42 +00:00
src Base Upload 2024-06-09 15:49:00 -04:00
.gitignore Base Upload 2024-06-09 15:49:00 -04:00
go.mod Base Upload 2024-06-09 15:49:00 -04:00
go.sum Base Upload 2024-06-09 15:49:00 -04:00
main.go Base Upload 2024-06-09 15:49:00 -04:00
README.md Update README.md 2024-06-09 20:03:42 +00:00

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:

  1. Open the executable
  2. Open a compatible song platform and find your song
  3. Copy the "share" link
  4. Inside the executable, go to the "Download a Song" page
  5. Paste the link when it asks you to
  6. 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).