From b02f762687c117baba523cefdcd16d0f94ae886a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 22 Dec 2021 16:58:52 +0100 Subject: [enh] add more categories --- searx/engines/google_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/google_images.py') diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index 203df404a..2855860d8 100644 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -45,7 +45,7 @@ about = { } # engine dependent config -categories = ['images'] +categories = ['images', 'web'] paging = False use_locale_domain = True time_range_support = True -- cgit v1.2.3