From 787d922beb8a42ed53353868978f07e60383a96e Mon Sep 17 00:00:00 2001 From: jakopako Date: Fri, 26 Apr 2024 19:43:59 +0200 Subject: [PATCH] don't add debug field to auto generated config --- scraper/scraper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/scraper.go b/scraper/scraper.go index e9a06ac..4aca0f8 100644 --- a/scraper/scraper.go +++ b/scraper/scraper.go @@ -248,7 +248,7 @@ type Scraper struct { PageLoadWait int `yaml:"page_load_wait,omitempty"` // milliseconds. Only taken into account when render_js = true Interaction types.Interaction `yaml:"interaction,omitempty"` fetcher fetch.Fetcher - Debug bool + Debug bool `yaml:"debug,omitempty"` } // GetItems fetches and returns all items from a website according to the