From b57b2d71180d4f833d34d11b8de251db9a17e7d6 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 13 Aug 2023 23:35:08 -0400 Subject: ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo --- lib/frontend.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/frontend.php') diff --git a/lib/frontend.php b/lib/frontend.php index a127989..74c65d6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -877,8 +877,8 @@ class frontend{ "display" => "Scraper", "option" => [ "ddg" => "DuckDuckGo", - "brave" => "Brave", - //"google" => "Google", + //"brave" => "Brave", + "google" => "Google", "mojeek" => "Mojeek", "marginalia" => "Marginalia", "wiby" => "wiby" @@ -892,8 +892,8 @@ class frontend{ "option" => [ "ddg" => "DuckDuckGo", "yandex" => "Yandex", - "brave" => "Brave"//, - //"google" => "Google" + "brave" => "Brave", + "google" => "Google" ] ]; break; -- cgit v1.2.3