Guide: Downloading Music from SoundCloud

I’m not sure if you’re familiar with Soundcloud, but it’s a fantastic platform for musicians and podcasters who want to share their music. It has been around for some time now, so I’m guessing you may have visited it before, especially on my page. However, not all music on Soundcloud is available for download, as it depends on the artists. But as you know, I always have a little trick up my sleeve to work around this.

Today, I want to introduce you to Soundcloud-dl, a software written in Go that utilizes the Soundcloud API to download your favorite music. It can be easily installed by following these steps:

go install github.com/AYehia0/soundcloud-dl@latest

But at home, impossible to find where he put the binary, so I preferred to compile it like this:

git clone https://github.com/AYehia0/soundcloud-dl.git
cd soundcloud-dl
go build

And There you go. Then all you have to do is run:

chmod +x soundcloud-dl
./soundcloud-dl

Follow the command with the URL of the song you want to download, then the application will offer you to choose an audio quality level.

Download music from Soundcloud

There you go, you’ll have a nice .ogg to listen to on your PC.

Mohamed SAKHRI
Mohamed SAKHRI

I'm the creator and editor-in-chief of Tech To Geek. Through this little blog, I share with you my passion for technology. I specialize in various operating systems such as Windows, Linux, macOS, and Android, focusing on providing practical and valuable guides.

Articles: 1721

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *