added crowdview lol
This commit is contained in:
parent
faece63356
commit
81502d4721
5 changed files with 157 additions and 0 deletions
|
@ -902,6 +902,7 @@ class frontend{
|
|||
"yandex" => "Yandex",
|
||||
"google" => "Google",
|
||||
"yep" => "Yep",
|
||||
"crowdview" => "Crowdview",
|
||||
"mwmbl" => "Mwmbl",
|
||||
"mojeek" => "Mojeek",
|
||||
"marginalia" => "Marginalia",
|
||||
|
@ -1019,6 +1020,11 @@ class frontend{
|
|||
$lib = new facebook();
|
||||
break;*/
|
||||
|
||||
case "crowdview":
|
||||
include "scraper/crowdview.php";
|
||||
$lib = new crowdview();
|
||||
break;
|
||||
|
||||
case "mwmbl":
|
||||
include "scraper/mwmbl.php";
|
||||
$lib = new mwmbl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue