Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct { URL *url.URL Configuration *configuration.Configuration PageCollector *colly.Collector LinkFindCollector *colly.Collector URLsToLinkFindRegex *regexp.Regexp URLsNotToRequestRegex *regexp.Regexp }
func New ¶
func New(URL *url.URL, configuration *configuration.Configuration) (crawler Crawler, err error)
func (*Crawler) ParseRobots ¶
func (crawler *Crawler) ParseRobots()
func (*Crawler) ParseSitemap ¶
func (crawler *Crawler) ParseSitemap()
Click to show internal directories.
Click to hide internal directories.