Greasy Fork is available in English.

Spotify Downloader - Download Spotify songs, playlists, and albums

Downloads Spotify songs, playlists, and albums as 320kbps MP3. Can also download full playlist or album as ZIP.

< Feedback on Spotify Downloader - Download Spotify songs, playlists, and albums

Review: Bad - script does not work

§
Posted: 12.01.2023

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?

Desinstala e reinstala

§
Posted: 21.02.2023

I have tried that, it still did not change.

NotYouMod
§
Posted: 21.02.2023

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 ];

Post reply

Sign in to post a reply.