Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yrtimid/prostopleer-playlist-downloader

node.js script to download playlist from pleer.com site
https://github.com/yrtimid/prostopleer-playlist-downloader

downloader playlist pleer prostopleer

Last synced: 11 days ago
JSON representation

node.js script to download playlist from pleer.com site

Awesome Lists containing this project

README

        

# prostopleer-playlist-downloader
node.js script to download playlist from pleer.com site

To get access to the user playlists on pleer.com you need to aquire a personal SID value. It can be found in cookies after successfull login to the site.

### Usage:
```
npm install
npm run build
node dist/index.js
```

Script will get a list of available user playlists and let you select one to be downloaded. All files will be stored to the folder named after selected playlist name (no cleanup implemented yet).

Incremental album download is supported. All existing files with same name and size will be skipped. Delete them to redownload.

Please note: Script uses unofficial and undocumented API and can stop working at any time.

### Thanks
to https://github.com/alexesprit/pleer for Pleer.com API details.