eviabs / downtify-premium

Downtify is an open source Spofity downloader which makes it possible to download all your favourite songs and/or playlists directly from spotify. A Spotify Premium account is required.
GNU General Public License v3.0
368 stars 37 forks source link

Fixing formatting due to URI change. #33

Closed lovemonkeyz closed 2 years ago

lovemonkeyz commented 2 years ago

As spotify URI format has changed, and sometimes it adds a "?si=string" after the ID (not sure what it does, but if you try to use it in the original program, it throws invalid spotify link error). It won't fix album downloads until the package used is updated, but at least it removes any issues where a copied link contains the ?si= part.

This is a lazy fix, for sure.

lovemonkeyz commented 2 years ago

You'll have to excuse the automatic formatting change. Differences in IDE I assume :D.

I have tested the change myself, of course. Building and functionality remains the same.

eviabs commented 2 years ago

Thanks!