pub / serci

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

commit d4c5b454445d93c7e1b9f4a49b3fc816120df2be
parent 0b81e4fc42f36c3a43f93489778c9fcd43b00886
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 22:27:09 +0200

fix: use correct keyword for fireballvid

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

diff --git a/config/config.php b/config/config.php @@ -62,7 +62,7 @@ $searches = array( "categories" => array("everything", "software", "linux"), "keywords" => array("dockerhub", "docker", "dh") ), - "dplp" => array( + "dblp" => array( "name" => "DBLP", "website" => "https://dblp.org", "query" => "https://dblp.org/search?q=%s", @@ -109,7 +109,7 @@ $searches = array( "website" => "https://fireball.com", "query" => "https://fireball.com/search/?f=videos&q=%s", "categories" => array("everything", "vid"), - "keywords" => array("fireballimg", "fbvid") + "keywords" => array("fireballvid", "fbvid") ), "flathub" => array( "name" => "Flathub",