Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Video ¶
type Video struct {
VideoID string `json:"id"`
Title string `json:"title"`
Thumbnail string `json:"thumbnail"`
PublishedAt string `json:"publishedAt"`
Description string `json:"description"`
Channel Channel `json:"channel"`
}
func FromSearchResult ¶
func FromSearchResult(raw *youtube.SearchResult) (Video, error)
func (Video) UnescapeTitle ¶
Click to show internal directories.
Click to hide internal directories.