Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yrtimid/prostopleer-playlist-downloader
- Owner: yrtimiD
- License: mit
- Created: 2017-09-12T16:50:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T19:45:43.000Z (over 7 years ago)
- Last Synced: 2024-11-11T06:39:34.842Z (2 months ago)
- Topics: downloader, playlist, pleer, prostopleer
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prostopleer-playlist-downloader
node.js script to download playlist from pleer.com siteTo 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.