details

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Details

type Details struct {
	Type        string   `json:"type"`
	Title       string   `json:"title"`
	ReleaseYear string   `json:"releaseYear"`
	Director    string   `json:"director"`
	Actors      string   `json:"actors"`
	Country     string   `json:"country"`
	Labels      string   `json:"labels"`
	Length      string   `json:"length"`
	ImdbRating  string   `json:"imdbRating"`
	ImdbLink    string   `json:"imdbLink"`
	OtherLink   string   `json:"otherLink"`
	CoverImage  string   `json:"coverImage"`
	OtherImages []string `json:"otherImages"`
}

func ParseDetails

func ParseDetails(doc *html.Node) *Details

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL