invicnaper / spotify-dl

a script that allows you to download spotify songs or playlists , written in python
323 stars 40 forks source link

Download incorrect song #10

Open ZiTAL opened 7 years ago

ZiTAL commented 7 years ago

I'm trying to download this song: "Fraka laburren unibertsoan" https://open.spotify.com/track/68f4jywJ3QNlFF2DIt9bfI by track ID: 68f4jywJ3QNlFF2DIt9bfI but the api returns this one from youtube: https://www.youtube.com/watch?v=0GJ9FELtr_Q

How to use to download from spotify instead of youtube?

brandon-clair commented 5 years ago

This script does not fetch the actual track from Spotify. It fetches information about a track on Spotify, and then uses that information to scrape an mp3 from the first YouTube video that a simple search returns. The description of the project is misleading.