mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-05 04:21:31 +05:30
Synced
Re-added solofield, added mullvad for brave and google (73f8472eec) (1cfeabeb7f)
This commit is contained in:
parent
75e03fabda
commit
3dbed952bf
6 changed files with 414 additions and 6 deletions
19
scraper/mullvad_brave.php
Normal file
19
scraper/mullvad_brave.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue