-
```go
package main
import (
"log"
"net/http"
"github.com/gocolly/colly/v2"
)
func main() {
// we have to disable Accept-Encoding: gzip,
// because the remote server might send comp…
-
Hi. First of all, thank you for the awesome work!
I just noticed `collector.SetCookies()` method isn't setting any header.
Example:
```go
var cookies []*http.Cookie
cookies = getCookiesFrom…
-
Надо бы задуматься, как должен выглядеть скрейпер данных для вакансий – как, где и что он будет собирать
-
# CWE-916: Use of Password Hash With Insufficient Computational Effort
### On [http_backend.go:136](https://github.com/gocolly/colly/blob/master/http_backend.go#L136)
The sha1 hash function is n…
-
See https://github.com/gocolly/
Colly is not friendly for dynamic page scraping, such as when their APIs have complicated dependency relationship and you don't want to waste time studying how their…
-
While trying below code I only get a single link, but the website is full of links.
`Visiting http://teenage.engineering`
What is happening? Thanks for any hints.
```
package main
imp…
-
[root@localhost vendor]# go build iMCLogin.go
can't load package: /usr/lib/golang/src/vendor/iMCLogin.go:5:2: non-standard import "github.com/gocolly/colly" in standard package "vendor"
/usr/lib/go…
-
How would this perform in a benchmark? Any benchmark in the roadmap?
-
-
Hi! When I try to recognize the encoding on sites with windows-1251, I get:
2023/08/23 21:45:10 ÑÄÎ «Ïðîìåòåé» | ÎÎÎ «Âèðòóàëüíûå òåõíîëîãèè â îáðàçîâàíèè»
2023/08/23 21:45:10 Ýëåêòðîííûå êóðñû
202…