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
+1
View File
@@ -2,6 +2,7 @@ package config
type Config struct {
LicenseToken string `mapstructure:"license_token"`
ArlCookie string `mapstructure:"arl_cookie"`
SecretKey string `mapstructure:"secret_key"`
IV string `mapstructure:"iv"`
}