Versions in this module Expand all Collapse all v0 v0.3.3 Oct 24, 2024 Changes in this version + var ErrInvalidChannelIdentifier = errors.New(...) + var ErrYtInitialDataNotFound = errors.New("could not find ytInitialData") + var HTTPClient = http.DefaultClient + type Channel struct + Avatars []*Thumbail + Banners []*Thumbail + Handle string + ID string + Name string + func GetYoutubeChannel(ctx context.Context, handleOrID string) (ch *Channel, err error) + type Thumbail struct + Height int + URL string + Width int