spotify-downloader icon indicating copy to clipboard operation
spotify-downloader copied to clipboard

Downloading Soundcloud link with Soundcloud gives different song

Open keplerHaloxx opened this issue 1 year ago • 2 comments

System OS

Windows

Python Version

3.11 (CPython)

Install Source

pip / PyPi

Install version / commit hash

Version: 4.2.4

Expected Behavior vs Actual Behavior

I expected for SpotDL to download directly from the Soundcloud link I provided, yet it found a different song from Soundcloud and downloaded that instead

Steps to reproduce - Ensure to include actual links!

  1. Run this command spotdl --audio "soundcloud" --ffmpeg-args '-c:a libvorbis -b:a 128k -ar 44100 -ac 2 -af "loudnorm=I=-12:LRA=10:TP=-2, equalizer=f=100:width_type=h:width=50:g=5"' --format ogg --print-errors download https://soundcloud.com/skychaserr/1045-sky-fm
  2. Instead of https://soundcloud.com/skychaserr/1045-sky-fm downloaded, (for me at least) this is downloaded https://soundcloud.com/jacob-steinberg-736370838/skychaser-1045-sky-fm-best-part-extended

Traceback

Processing query: https://soundcloud.com/skychaserr/1045-sky-fm
Downloaded "skychaser - 104.5 sky fm":
https://soundcloud.com/jacob-steinberg-736370838/skychaser-1045-sky-fm-best-part-extended

Other details

No response

keplerHaloxx avatar Dec 28 '23 08:12 keplerHaloxx

This issue has been automatically marked stale because there hasn't been any activity for the last 30 days.

stale[bot] avatar Mar 17 '24 11:03 stale[bot]

meet the same error when trying to download "https://soundcloud.com/leaf-7/90sjag8gwk39"

BrandenXia avatar Jun 23 '24 04:06 BrandenXia

We don't support downloading directly from soundcloud, but you can use YT-DLP to do that.

But you can use the spotify link, and match it to the soundcloud link to force the download from soundcloud.

spotdl download "SoundcloudURL|SpotifyURL"

xnetcat avatar Jul 21 '24 06:07 xnetcat