Documentation ¶
Index ¶
- Variables
- type HtmlInfo
- func (htmlInfo *HtmlInfo) GetDescription() string
- func (htmlInfo *HtmlInfo) GetPosterUrl() string
- func (htmlInfo *HtmlInfo) GetTitle() string
- func (htmlInfo *HtmlInfo) IsKinopoiskFilm() bool
- func (htmlInfo *HtmlInfo) KinopoiskFilmId() string
- func (htmlInfo *HtmlInfo) KinopoiskFilmRatingGif() string
- func (htmlInfo *HtmlInfo) Load(r io.Reader) error
- func (htmlInfo *HtmlInfo) Save(w io.Writer) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorLogger = log.New(os.Stderr, `htmlinfo/error/`, log.Lshortfile) DebugLogger = log.New(os.Stdout, `htmlinfo/debug/`, log.Lshortfile) Debug = false )
Functions ¶
This section is empty.
Types ¶
type HtmlInfo ¶
type HtmlInfo struct { Url string Title string Meta []map[string]string KinopoiskDescription string }
func (*HtmlInfo) GetDescription ¶
func (*HtmlInfo) GetPosterUrl ¶
func (*HtmlInfo) IsKinopoiskFilm ¶
func (*HtmlInfo) KinopoiskFilmId ¶
func (*HtmlInfo) KinopoiskFilmRatingGif ¶
Click to show internal directories.
Click to hide internal directories.