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

Interface Downloader

pkg/builder/youtube.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type Downloader interface {
24 PlaylistMetadata(ctx context.Context, url string) (metadata ytdl.PlaylistMetadata, err error)
25}
26
27const (
28 maxYoutubeResults = 50

Callers

nothing calls this directly

Implementers 1

YoutubeDlpkg/ytdl/ytdl.go

Calls

no outgoing calls

Tested by

no test coverage detected