package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 30, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
htmlparser.Parser
Parses actual HTML and returns the links found
Documentation
¶
Package htmlparser defines a parser.Interface that parses HTML and returns the urls from anchor href attributes
type Parser struct {
Include func(*url.URL) bool
}
Parser is a parser.Interface that parses HTML and returns the urls from anchor href attributes
Parse parses the document and returns the urls and parse errors
Source Files
¶
Click to show internal directories.
Click to hide internal directories.