diff options
Diffstat (limited to 'scraper/pinterest.php')
-rw-r--r-- | scraper/pinterest.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scraper/pinterest.php b/scraper/pinterest.php index 37473a1..f3c4439 100644 --- a/scraper/pinterest.php +++ b/scraper/pinterest.php @@ -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){ |