MattJaccino / spotify-downloader

Spotify song downloader using API created by spotifydown.com
60 stars 20 forks source link

Links of Albums aren't supported #10

Closed alj-x64 closed 4 days ago

alj-x64 commented 2 months ago

I tried to paste a link of the album but it says invalid or error. Please add a feature where we can paste album links

PranavNagar commented 1 month ago

replace [ ,mp3_file.tag.save() ] with [ mp3_file.tag.save(version=eyed3.id3.ID3_V2_3) ] on line 462.

PranavNagar commented 1 month ago

hope that helps

MattJaccino commented 3 weeks ago

adding support for album downloads now. beta branch is up. will roll into main soon

MattJaccino commented 4 days ago

main supports albums now