Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func YoutubeSearch ¶
Types ¶
type SearchContainer ¶ added in v1.18.0
type SearchContainer struct {
Kind string `json:"kind"`
Data struct {
Children []struct {
Data SearchResult `json:"data,omitempty"`
} `json:"children"`
} `json:"data"`
}
type SearchResult ¶ added in v1.18.0
Click to show internal directories.
Click to hide internal directories.