Skip to content

Commit

Permalink
feat: scrape a bunch more playlists
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 16, 2024
1 parent 3a0c414 commit 5451cbb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion internal/apis/applemusic/applemusic.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ func cacheUpdate() (cacheData, error) {

playlistsIDs := []string{
"p.AWXoZoxHLrvpJlY", // chill
"p.qQXLxPLtA75zg8e", // 90s
"p.qQXLxPLtA75zg8e", // 80s
"p.LV0PXNoCl0EpDLW", // divorced dad
"p.LV0PX3EIl0EpDLW", // jazz
"p.AWXoXPYSLrvpJlY", // alt
"p.LV0PXL3Cl0EpDLW", // bops
"p.gek1E8efLa68Adp", // classics
"p.6xZaArOsvzb5OML", // focus
"p.O1kz7EoFVmvz704", // funk
"p.V7VYVB0hZo53MQv", // old man
"p.QvDQE5RIVbAeokL", // PARTY
"p.qQXLxPpFA75zg8e", // RAHHHHHHHH
"p.qQXLxpDuA75zg8e", // ROCK
}
playlists := map[string]playlist{}
for _, id := range playlistsIDs {
Expand Down

0 comments on commit 5451cbb

Please sign in to comment.