diff options
author | lolcat <will@lolcat.ca> | 2023-08-27 01:45:59 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-27 01:45:59 -0400 |
commit | 1fd4c2de6d2552f4619c6e67aac60bc635465cd1 (patch) | |
tree | 12c015d718606e5d245008ea7a42899aafae0dd5 /lib/frontend.php | |
parent | 12a6278a5fb0a207d2d24ae97957c37b5bd9b4d7 (diff) |
added yandex web and video search, removed fb search
Diffstat (limited to 'lib/frontend.php')
-rw-r--r-- | lib/frontend.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 0f2a1ff..9350230 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -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"; |