Documentation
¶
Overview ¶
YouTube
Index ¶
Constants ¶
View Source
const (
Origin = "https://www.youtube.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Video ¶
type Video struct {
StreamingData struct {
AdaptiveFormats []Format
}
Microformat struct {
PlayerMicroformatRenderer struct {
AvailableCountries []string
PublishDate string
}
}
VideoDetails struct {
Author string
ShortDescription string
Title string
ViewCount int `json:"viewCount,string"`
}
}
func (Video) Description ¶
func (Video) PublishDate ¶
Click to show internal directories.
Click to hide internal directories.