MCPcopy
hub / github.com/mxpv/podsync / YouTubeBuilder

Struct YouTubeBuilder

pkg/builder/youtube.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type YouTubeBuilder struct {
42 client *youtube.Service
43 key apiKey
44 downloader Downloader
45}
46
47// Cost: 5 units (call method: 1, snippet: 2, contentDetails: 2)
48// See https://developers.google.com/youtube/v3/docs/channels/list#part

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected