summaryrefslogtreecommitdiff
path: root/scraper/pinterest.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-04-21 19:31:56 -0400
committerlolcat <will@lolcat.ca>2024-04-21 19:31:56 -0400
commit130358a9e0504a55cf3f86b2d7035feb7f4e84de (patch)
tree81f59790f7ead0b393a0e0b25caa082216245fcd /scraper/pinterest.php
parent9e18327df69542e07fad2ef471a3ebdbe9b08ae8 (diff)
v8
Diffstat (limited to 'scraper/pinterest.php')
-rw-r--r--scraper/pinterest.php7
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){