pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 33b25767f517b02198faa697c366e190f7442363
parent df7be04c1be2249095d79e4e1af557f5e788d043
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 28 Jul 2024 12:30:28 +0200

feat: add rotten tomatoes

Diffstat:
Mconfig/config.php | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -213,6 +213,13 @@ $searches = array( "categories" => array("everything", "web"), "keywords" => array("qwantweb", "qwant", "qw") ), + "rottentomatoes" => array( + "name" => "Rotten Tomatoes", + "website" => "https://www.rottentomatoes.com", + "query" => "https://www.rottentomatoes.com/search?search=%s", + "categories" => array("everything", "vid"), + "keywords" => array("rottentomatoes", "rt") + ), "semanticscholar" => array( "name" => "Semantic Scholar", "website" => "https://semanticscholar.org",