added yep web and news search

This commit is contained in:
lolcat 2023-12-02 19:11:52 -05:00
parent 04038e973d
commit afb17f45ee
4 changed files with 374 additions and 35 deletions

View file

@ -892,6 +892,7 @@ class frontend{
"brave" => "Brave",
"yandex" => "Yandex",
"google" => "Google",
"yep" => "Yep",
"mojeek" => "Mojeek",
"marginalia" => "Marginalia",
"wiby" => "wiby"
@ -936,6 +937,7 @@ class frontend{
"ddg" => "DuckDuckGo",
"brave" => "Brave",
"google" => "Google",
"yep" => "Yep",
"mojeek" => "Mojeek"
]
];
@ -1330,7 +1332,7 @@ class frontend{
return htmlspecialchars($image);
}
return "/proxy?i=" . urlencode($image) . "&s=" . $format;
return "/proxy.php?i=" . urlencode($image) . "&s=" . $format;
}
public function htmlnextpage($gets, $npt, $page){