We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3469 commit 08a390fCopy full SHA for 08a390f
colly.go
@@ -487,7 +487,7 @@ func CacheExpiration(d time.Duration) CollectorOption {
487
// Init initializes the Collector's private variables and sets default
488
// configuration for the Collector
489
func (c *Collector) Init() {
490
- c.UserAgent = "colly - https://github.com/gocolly/colly/v2"
+ c.UserAgent = "colly - https://github.com/gocolly/colly"
491
c.Headers = nil
492
c.MaxDepth = 0
493
c.MaxRequests = 0
0 commit comments