added yandex web and video search, removed fb search

This commit is contained in:
lolcat 2023-08-27 01:45:59 -04:00
parent 12a6278a5f
commit 1fd4c2de6d
7 changed files with 1178 additions and 78 deletions

View file

@ -878,6 +878,7 @@ class frontend{
"option" => [
"ddg" => "DuckDuckGo",
"brave" => "Brave",
"yandex" => "Yandex",
//"google" => "Google",
"mojeek" => "Mojeek",
"marginalia" => "Marginalia",
@ -903,9 +904,10 @@ class frontend{
"display" => "Scraper",
"option" => [
"yt" => "YouTube",
"fb" => "Facebook videos",
//"fb" => "Facebook videos",
"ddg" => "DuckDuckGo",
"brave" => "Brave"//,
"brave" => "Brave",
"yandex" => "Yandex"
//"google" => "Google"
]
];
@ -972,11 +974,11 @@ class frontend{
include "scraper/google.php";
$lib = new google();
break;
/*
case "fb":
include "scraper/facebook.php";
$lib = new facebook();
break;
break;*/
case "mojeek":
include "scraper/mojeek.php";