WilliamSchack / Spotify-Downloader

A program that downloads songs from spotify
GNU General Public License v3.0
59 stars 4 forks source link

Please Input A Valid URL error message when starting download #22

Open zGodslayer opened 1 week ago

zGodslayer commented 1 week ago

Issues when downloading songs if the URL includes "intl-es", for example: https://open.spotify.com/intl-es/track/354krlDj83bGZUbttrsV8l

Showing this error message: image

Able to download the song if the "intl-es" is removed, for example using link: https://open.spotify.com/track/354krlDj83bGZUbttrsV8l

WilliamSchack commented 1 week ago

This is my bad I am checking the links and its type using things like if contains "open.spotify.com/track" instead of if they are setup seperately, I will fix that now but I wont be able to post a new release for a bit so for now just remove intl-es from the link

Honestly didnt consider that other parts could be in the link thanks for letting me know :)