spotify-downloader
spotify-downloader copied to clipboard
Downloading Soundcloud link with Soundcloud gives different song
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!
- 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
- Instead of
https://soundcloud.com/skychaserr/1045-sky-fm
downloaded, (for me at least) this is downloadedhttps://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
This issue has been automatically marked stale because there hasn't been any activity for the last 30 days.
meet the same error when trying to download "https://soundcloud.com/leaf-7/90sjag8gwk39"
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"