···181181 var series TVSeries
182182 found := false
183183 doc.Find("script[type='application/ld+json']").Each(func(i int, s *goquery.Selection) {
184184- var tmp map[string]interface{}
184184+ var tmp map[string]any
185185 if err := json.Unmarshal([]byte(s.Text()), &tmp); err == nil {
186186 if t, ok := tmp["@type"].(string); ok && t == "TVSeries" {
187187 if err := json.Unmarshal([]byte(s.Text()), &series); err == nil {