diff options
author | lolcat <will@lolcat.ca> | 2023-08-13 23:35:08 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-13 23:35:08 -0400 |
commit | b57b2d71180d4f833d34d11b8de251db9a17e7d6 (patch) | |
tree | c6e219fa470dfbc94abe560efb5a44fd676ca631 /lib | |
parent | 6f896221f0068fa9c4718a7bbc1b596ba73b9550 (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.php | 8 |
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; |