Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
Path string
}
func (Address) Resolve ¶
func (a Address) Resolve() (*ResolvePath, error)
func (*Address) Set ¶
https://www.ctv.ca/shows/friends/the-one-with-the-bullies-s2e21
type AxisContent ¶
func (*AxisContent) Manifest ¶
func (a *AxisContent) Manifest(media *MediaContent) (string, error)
hard geo block
type MediaContent ¶
type MediaContent struct { BroadcastDate Date ContentPackages []struct { Id int64 } Episode int Media struct { Name string Type string } Name string Season struct { Number int } }
func (*MediaContent) Marshal ¶ added in v1.9.9
func (*MediaContent) Marshal(axis *AxisContent) ([]byte, error)
func (*MediaContent) Unmarshal ¶
func (m *MediaContent) Unmarshal(data []byte) error
type Namer ¶
type Namer struct {
Media MediaContent
}
type ResolvePath ¶
func (*ResolvePath) Axis ¶
func (r *ResolvePath) Axis() (*AxisContent, error)
Click to show internal directories.
Click to hide internal directories.