Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Base = []FileBase{
{"http", "silo-hybrik.pluto.tv.s3.amazonaws.com", "200 OK"},
{"http", "siloh-fs.plutotv.net", "403 OK"},
{"http", "siloh-ns1.plutotv.net", "403 OK"},
{"https", "siloh-fs.plutotv.net", "403 OK"},
{"https", "siloh-ns1.plutotv.net", "403 OK"},
}
Functions ¶
This section is empty.
Types ¶
type EpisodeClip ¶
type OnDemand ¶
type OnDemand struct { Episode string `json:"_id"` Id string Name string Seasons []*VideoSeason Slug string // contains filtered or unexported fields }
func (OnDemand) Clip ¶
func (o OnDemand) Clip() (*EpisodeClip, error)
type Url ¶
func (*Url) UnmarshalText ¶
type VideoSeason ¶
type VideoSeason struct { Episodes []*OnDemand // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.