Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Country_Codes ¶
type Country_Codes map[string]struct{}
type Details ¶
type Details struct {
Data struct {
URL struct {
Node struct {
Offers []struct {
Monetization_Type string `json:"monetizationType"`
Presentation_Type string `json:"presentationType"`
Standard_Web_URL string `json:"standardWebURL"`
}
}
}
}
}
I am including `presentationType` to differentiate the different options, but the data seems to be incorrect in some cases. For example, JustWatch reports this as SD: fetchtv.com.au/movie/details/19285 when the site itself reports as HD.
type Lang_Tag ¶
func (Lang_Tag) Country_Code ¶
type Offers ¶
type Offers map[string]map[string]Country_Codes
map[monetizationType]map[standardWebURL]Country_Codes
Click to show internal directories.
Click to hide internal directories.