-
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…
-
I tried with simple example using colly V2, but I get the following error:
`cannot use storage (variable of type *redisstorage.Storage) as storage.Storage value in argument to c.SetStorage: wrong t…
atlet updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Add cli command flags to handle cases such as downloading papers for specific year, limiting the number of parallel colly connections…
-
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…
-
Hi all,
I am part of a research project called "Project-Lernaean". We are working on mapping and surveying the internet for both developers and security researchers. We have been using Colly quite…
-
```
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…
-
Hi, I don't know if i'm doing something wrong but i still get the "Just a moment" page
I want to go to this website: https://billetterie.psg.fr/fr/
Here's my code to initialize the TLS
```gol…
-
### 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 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…