-
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/.…
-
I have two crashes, pasting both below.
```
panic: interface conversion: interface {} is nil, not string
goroutine 564334 [running]:
github.com/xbapps/xbvr/pkg/scrape.VRHush.func1(0xc0063c02a0…
-
```
Css found --> /css/bootstrap.min.css
Extracting --> /css/bootstrap.min.css
panic: Get "/css/bootstrap.min.css": unsupported protocol scheme ""
goroutine 6 [running]:
github.com/imthaghost/…
-
# Problem
Program crashed when scraping.
# Analysis
I think this is due to a simple check on the body return values per this [stack overflow post](https://stackoverflow.com/questions/69017084/i…
-
I get the following error message:
main.go:10:2: cannot find package "github.com/gocolly/colly" in any of:
/usr/lib/go-1.11/src/github.com/gocolly/colly (from $GOROOT)
/root/go/s…
-
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…
-
`# github.com/gocolly/redisstorage
..\github.com\gocolly\redisstorage\redisstorage.go:43:25: not enough arguments in call to s.Client.cmdable.Ping
have ()
want (context.Context)
..\github.com\go…
-
https://pixabay.com/zh/photos/search/?order=ec&pagi=1
we want use colly to get some images from this website.
but we got 403; use postman return 200. why ?
```go
package main
import (
"st…
-
### Description
-follow
when receiveing 3xx status codes, follow the redirections
### Expected behaviour
log a redirection is followed and execute it in the job
### Environment
- OS and versio…
-
I found this wonderful snippet in `gocolly`, this file could make random headers rather simple: https://github.com/gocolly/colly/blob/master/extensions/random_user_agent.go