From a20d4de1e4d1a00c0d152136e5d7cd81481ace7b Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 26 Feb 2024 11:31:52 -0500 Subject: added mwmbl scraper --- lib/frontend.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/frontend.php b/lib/frontend.php index 738ad83..7e3b6fb 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -902,6 +902,7 @@ class frontend{ "yandex" => "Yandex", "google" => "Google", "yep" => "Yep", + "mwmbl" => "Mwmbl", "mojeek" => "Mojeek", "marginalia" => "Marginalia", "wiby" => "wiby", @@ -1018,6 +1019,11 @@ class frontend{ $lib = new facebook(); break;*/ + case "mwmbl": + include "scraper/mwmbl.php"; + $lib = new mwmbl(); + break; + case "mojeek": include "scraper/mojeek.php"; $lib = new mojeek(); -- cgit v1.2.3