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

Struct YoutubeDl

pkg/ytdl/ytdl.go:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type YoutubeDl struct {
62 path string
63 timeout time.Duration
64 updateLock sync.Mutex // Don't call youtube-dl while self updating
65}
66
67func New(ctx context.Context, cfg Config) (*YoutubeDl, error) {
68 var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected