Documentation ¶
Index ¶
- type Options
- type VideoInfo
- type YouTube
- func (o *YouTube) GetVideoId(url string) (ret string, err error)
- func (o *YouTube) Grab(url string, options *Options) (ret *VideoInfo, err error)
- func (o *YouTube) GrabByFlags() (ret *VideoInfo, err error)
- func (o *YouTube) GrabComments(videoId string) (ret []string, err error)
- func (o *YouTube) GrabDuration(videoId string) (ret int, err error)
- func (o *YouTube) GrabDurationForUrl(url string) (ret int, err error)
- func (o *YouTube) GrabTranscript(videoId string) (ret string, err error)
- func (o *YouTube) GrabTranscriptBase(videoId string) (ret string, err error)
- func (o *YouTube) GrabTranscriptForUrl(url string) (ret string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YouTube ¶
type YouTube struct { *common.Configurable ApiKey *common.SetupQuestion // contains filtered or unexported fields }
func NewYouTube ¶
func NewYouTube() (ret *YouTube)
func (*YouTube) GrabByFlags ¶
func (*YouTube) GrabComments ¶
func (*YouTube) GrabDurationForUrl ¶
func (*YouTube) GrabTranscript ¶
func (*YouTube) GrabTranscriptBase ¶
Click to show internal directories.
Click to hide internal directories.