diff options
Diffstat (limited to 'data/configs')
| -rw-r--r-- | data/configs/indeed.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/configs/indeed.go b/data/configs/indeed.go index d1ba4e4..2eb2bbc 100644 --- a/data/configs/indeed.go +++ b/data/configs/indeed.go @@ -34,5 +34,9 @@ func IndeedConfig() *CollyCfg { slog.Info("Job Found", slog.String("Position", jobPosition)) }) + cfg.C.OnResponse(func(r *colly.Response) { + slog.Info(string(r.Body)) + }) + return cfg } |
