diff options
author | lolcat <will@lolcat.ca> | 2024-04-21 19:31:56 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-04-21 19:31:56 -0400 |
commit | 130358a9e0504a55cf3f86b2d7035feb7f4e84de (patch) | |
tree | 81f59790f7ead0b393a0e0b25caa082216245fcd /scraper/pinterest.php | |
parent | 9e18327df69542e07fad2ef471a3ebdbe9b08ae8 (diff) |
v8
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){ |