refactor: use a better API to download playlists with more than 40 tracks
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
LicenseToken string `mapstructure:"license_token"`
|
||||
ArlCookie string `mapstructure:"arl_cookie"`
|
||||
SecretKey string `mapstructure:"secret_key"`
|
||||
IV string `mapstructure:"iv"`
|
||||
ArlCookie string `mapstructure:"arl_cookie"`
|
||||
SecretKey string `mapstructure:"secret_key"`
|
||||
IV string `mapstructure:"iv"`
|
||||
}
|
||||
|
||||
var Cfg Config
|
||||
|
||||
Reference in New Issue
Block a user