Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type Media ¶
type Media struct {
Body struct {
Seq struct {
Video []Video `xml:"video"`
} `xml:"seq"`
} `xml:"body"`
}
type Video ¶ added in v1.50.5
type Video struct {
Title string `xml:"title,attr"`
Src string `xml:"src,attr"`
Param []struct {
Name string `xml:"name,attr"`
Value string `xml:"value,attr"`
} `xml:"param"`
}
func (Video) EpisodeNumber ¶ added in v1.50.5
func (Video) SeasonNumber ¶ added in v1.50.5
Click to show internal directories.
Click to hide internal directories.