Downloads Spotify songs, playlists, and albums as MP3. Can also download full playlist or album as ZIP.
< Feedback on Spotify Downloader - Download Spotify songs, playlists, and albums
Desinstala e reinstala
I have tried that, it still did not change.
Something is wrong here (100%):
const tracks = document.querySelectorAll( '[data-testid="tracklist-row"]' );
for ( let i = 0; i < tracks.length; i ++ ) {
const track = tracks[ i ];
when I try to download any song, it throws the error that 'Failed to get download link.
Received: Cannot read property '1' of null' I don't know whether or not this is client side, but is there a fix?