summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-08-13 23:35:08 -0400
committerlolcat <will@lolcat.ca>2023-08-13 23:35:08 -0400
commitb57b2d71180d4f833d34d11b8de251db9a17e7d6 (patch)
treec6e219fa470dfbc94abe560efb5a44fd676ca631 /lib
parent6f896221f0068fa9c4718a7bbc1b596ba73b9550 (diff)
ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo
Diffstat (limited to 'lib')
-rw-r--r--lib/frontend.php8
1 files changed, 4 insertions, 4 deletions
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;