playlist and album support

This commit is contained in:
2024-02-20 17:13:16 +01:00
parent ea246e9ed2
commit e3b3c0fb6e
4 changed files with 39 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "spotify-parser",
"version": "1.0.0",
"type": "module",
"description": "parses provided spotify url to a query that can be searched in yt-dlp",
"main": "index.js",
"scripts": {