Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovieChannel ¶
type MovieChannel struct {
Items []MovieItems `xml:"item"`
}
func GetFeed ¶
func GetFeed(url string) ([]MovieChannel, error)
func GetFeeds ¶
func GetFeeds() ([]MovieChannel, error)
GetFeeds gets all feeds from the tu-film website
type MovieItems ¶
type OmdbResults ¶
type OmdbResults struct { ReleaseYear string `json:"Year"` Runtime string Genre string Director string Actors string Plot string ImdbRating string `json:"imdbRating"` }
func GetOmdbMovie ¶
func GetOmdbMovie(id string) (*OmdbResults, error)
type TuFilmWebsiteInformation ¶
type TuFilmWebsiteInformation struct { ImdbID null.String TrailerUrl null.String ImageUrl string ShortenedDescription string ReleaseYear null.String Director null.String Actors null.String Runtime null.String }
func GetTuFilmWebsiteInformation ¶
func GetTuFilmWebsiteInformation(url string) (*TuFilmWebsiteInformation, error)
GetTuFilmWebsiteInformation scrapes the tu-film website for all usefully information url: url of the tu-film website, e.g. https://www.tu-film.de/programm/view/1204
Click to show internal directories.
Click to hide internal directories.