Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silverarmor/spotifypl-dl
Spotify Playlist Download
https://github.com/silverarmor/spotifypl-dl
Last synced: 3 days ago
JSON representation
Spotify Playlist Download
- Host: GitHub
- URL: https://github.com/silverarmor/spotifypl-dl
- Owner: Silverarmor
- License: mit
- Created: 2020-12-05T09:55:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T23:00:38.000Z (about 4 years ago)
- Last Synced: 2024-11-07T17:42:08.309Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotifyPL-DL
Eventually, Enter playlist link/ID, and get a .m3u file output.Currently, PL-DL.py handles most stuff, input a track ID into urn, and get out a file name.
NOTE:
Create config.py
```
client = dict(
id="",
secret=""
)
```