import "41.neocities.org/media/pluto"
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"}, }
func (e *EpisodeClip) Dash() (*url.URL, bool)
type OnDemand struct { Episode string `json:"_id"` Id string Name string Seasons []*VideoSeason Slug string // contains filtered or unexported fields }
func (o OnDemand) Clip() (*EpisodeClip, error)
type Wrapper struct{}