Re-added solofield, added mullvad for brave and google

(73f8472eec)

(1cfeabeb7f)
This commit is contained in:
FbIN Support 2025-09-09 10:23:27 +05:30
commit 3dbed952bf
6 changed files with 414 additions and 6 deletions

19
scraper/mullvad_brave.php Normal file
View 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);
}
}