Versions in this module Expand all Collapse all v0 v0.1.1 Aug 19, 2020 v0.1.0 Apr 21, 2020 Changes in this version + func Scrape(url string, s Scraper, opts *ScrapeOptions) (interface{}, error) + type Extension interface + Hook func() Hook + Name func() string + type Hook struct + DOMPath string + Handler HookFn + type HookFn func(e *colly.HTMLElement, data interface{}) (*string, error) + type ScrapeOptions struct + Extensions []Extension + LogLevel *log.Level + type Scraper interface + Hooks func() []Hook + InitialData func() interface{} + Name func() string