feat(playlist): download private playlists with arl cookie

This commit is contained in:
Mathis Maquenne
2024-10-14 16:22:44 +02:00
parent d38a2c4f7b
commit 6d660e3f51
5 changed files with 29 additions and 4 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ import (
type Playlist struct {
Data struct {
Title string `json:"TITLE"`
Title string `json:"TITLE"`
Status int `json:"STATUS"`
CollabKey string `json:"COLLAB_KEY"`
} `json:"DATA"`
Songs struct {
Data []*Song `json:"data"`