1
0
forked from lolcat/4get
This commit is contained in:
2024-04-21 19:31:56 -04:00
parent 9e18327df6
commit 130358a9e0
16 changed files with 1385 additions and 457 deletions

View File

@@ -4,11 +4,8 @@ class pinterest{
public function __construct(){
include "lib/nextpage.php";
$this->nextpage = new nextpage("pinterest");
include "lib/proxy_pool.php";
$this->proxy = new proxy_pool("pinterest");
include "lib/backend.php";
$this->backend = new backend("pinterest");
}
public function getfilters($page){