Skip to content

rgamez/playlistr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playlistr

playlistr is an utility to import/export playlists from/to streaming services

use

python playlistr.py export URL file.m3u
e.g.
python playlistr.py export http://www.deezer.com/en/playlist/4341978 playlist.m3u

python playlistr.py transform PLAYLIST PLAYLIST_YOUTUBE
e.g.
python playlistr.py transform playlist.m3u playlist-youtube.m3u

You can then download the audio version of each song from your playlist:

youtube-dl -x -a playlist-youtube.m3u

notes

For the moment only works with URLs from the deezer API.

About

playlistr is a util to export and import playlists from/to streaming services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%