aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/mullvad_brave.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/mullvad_brave.php')
-rw-r--r--scraper/mullvad_brave.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/scraper/mullvad_brave.php b/scraper/mullvad_brave.php
new file mode 100644
index 0000000..958733b
--- /dev/null
+++ b/scraper/mullvad_brave.php
@@ -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);
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage