add Summary field for ApplePodcast

This commit is contained in:
2025-03-29 16:20:28 +08:00
parent cd03851e2b
commit 06f1d31abe
3 changed files with 11 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ func main() {
provider := search.NewITunesProvider()
// podcast, err := provider.SearchPodcasts("golang", &search.SearchOptions{Country: "us", Language: "en-us"})
podcast, err := provider.Charts(&search.ChartsOptions{Country: "us", Language: "en-us", Limit: 200})
podcast, err := provider.Charts(&search.ChartsOptions{Country: "us", Language: "en-us", Limit: 10})
if err != nil {
panic(err)
}