-
Hello,
When installing using Go version 1.23.3 for both darwin/arm64 and linux/amd64, it results in the following errors which I haven't been able to figure out a fix for:
```
$ go build -o makep…
-
Can queue and async be used together in colly? I don't quite understand what queues are for.
other question, should i extract more categories from one site and i want to increase the speed, should …
-
panic: sync: WaitGroup is reused before previous Wait has returned
goroutine 6 [running]:
sync.(*WaitGroup).Wait(0xc00003d690?)
/usr/lib/go/src/sync/waitgroup.go:118 +0x7f
github.com/gocolly/c…
-
Hi there, first of a ll, thank you for sharing the code. I am new to GO and trying to use your dzone-refcardz-downloader. Trying to install gocolly by issuing
go get -u -v github.com/gocolly/colly/.…
-
Visiting https://go-colly.org/ shows a different website (omnom) instead of colly's.
There must be an issue on the nginx configuration, where the backend for port :443 seems to be redirecting traff…
-
Hi,
Hope you are all well !
I tried your script and after a couple of links crawled, I have the following error:
```bash
{"level":"info","ts":1591452016.8516092,"caller":"scrappers/arxiv.go:…
ghost updated
4 years ago
-
My first three or four tests were ok and there were no problems until the next test had problems
the entry_data field which is the most important field in Instagram response, has this in it:
```…
-
It would be nice to be able to choose User-Agent or, even better and not so complicated either, to create a random user agent for each requests. Something like they did with Go-Colly
Check it out a…
-
When I try to use colly/debug this error is occured:
```
Cannot use '&debug.LogDebugger{}' (type *LogDebugger) as the type debug.Debugger Type
does not implement 'debug.Debugger' need the metho…
-