Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLParser ¶
type HTMLParser struct {
Content string
}
func NewHTMLParser ¶
func NewHTMLParser(content string) *HTMLParser
func (*HTMLParser) GetFaviconURL ¶
func (parser *HTMLParser) GetFaviconURL() (string, error)
func (*HTMLParser) NormalizeURL ¶
func (parser *HTMLParser) NormalizeURL(baseURL, partialURL string) (string, error)
Click to show internal directories.
Click to hide internal directories.