re-added solofield, added mullvad for brave and google
This commit is contained in:
20
scraper/mullvad_brave.php
Normal file
20
scraper/mullvad_brave.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
class mullvad_brave{
|
||||
|
||||
public function __construct(){
|
||||
|
||||
include "scraper/mullvad.php";
|
||||
$this->mullvad = new mullvad("brave");
|
||||
}
|
||||
|
||||
public function getfilters($page){
|
||||
|
||||
return $this->mullvad->getfilters($page);
|
||||
}
|
||||
|
||||
public function web($get){
|
||||
|
||||
return $this->mullvad->web($get);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user