added mwmbl scraper
This commit is contained in:
parent
8944ca6894
commit
a20d4de1e4
6 changed files with 182 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue