Skip to content

Export playlists from Deezer via browser dev tools

Notifications You must be signed in to change notification settings

Zeex/deezer-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Deezer Export

You can use this JavaScript snippet to export a playlist on Deezer to a CSV file, e.g. to import it later into another player/service or just to make a backup.

How to use it

  1. Open Deezer website in your browser
  2. Click on a playlist to view its songs
  3. Open Developer Console: Go to Menu -> More Tools -> Developer Tools
  4. Paste the contents of deezer-export.js into the console and hit Enter to execute the script
  5. Give it a few seconds

When the script is finished running, you will be asked to download a .csv file with song info - titles, albums, artists.

About

Export playlists from Deezer via browser dev tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published