ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo

This commit is contained in:
lolcat 2023-08-13 23:35:08 -04:00
parent 6f896221f0
commit b57b2d7118
7 changed files with 407 additions and 1490 deletions

View file

@ -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;