Versions in this module Expand all Collapse all v1 v1.2.0 Feb 13, 2019 v1.1.11 Sep 25, 2020 Changes in this version + func RandomMobileUserAgent(c *colly.Collector) + func RandomUserAgent(c *colly.Collector) + func Referer(c *colly.Collector) + func URLLengthFilter(c *colly.Collector, URLLengthLimit int) + type CDPDriver struct + func ChromeDriver() *CDPDriver + func (c *CDPDriver) Cache(request *http.Request, bodySize int, checkHeadersFunc colly.CheckHeadersFunc, ...) (*colly.Response, error) + func (c *CDPDriver) CheckRedirect(f func(req *http.Request, via []*http.Request) error) + func (c *CDPDriver) Cookies(url *url.URL) []*http.Cookie + func (c *CDPDriver) Do(request *http.Request, bodySize int, checkHeadersFunc colly.CheckHeadersFunc) (*colly.Response, error) + func (c *CDPDriver) GetJar() http.CookieJar + func (c *CDPDriver) GetMatchingRule(domain string) *colly.LimitRule + func (c *CDPDriver) GetTimeout() time.Duration + func (c *CDPDriver) Init(jar http.CookieJar) + func (c *CDPDriver) Jar(j http.CookieJar) + func (c *CDPDriver) Limit(rule *colly.LimitRule) error + func (c *CDPDriver) Limits(rules []*colly.LimitRule) error + func (c *CDPDriver) Proxy(pf colly.ProxyFunc) + func (c *CDPDriver) SetClient(client *http.Client) + func (c *CDPDriver) SetCookies(url *url.URL, cookies []*http.Cookie) error + func (c *CDPDriver) Timeout(t time.Duration) + func (c *CDPDriver) Transport(t http.RoundTripper) Other modules containing this package github.com/ravilushqa/colly/v2