aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/solofield.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-09-01 23:59:10 -0400
committerlolcat <will@lolcat.ca>2024-09-01 23:59:10 -0400
commitc6cf9afb6e63344d4cc99e18000ed027f300b8f7 (patch)
tree22058b68ef480280115a946e42ba7a56721d66cd /scraper/solofield.php
parent435913a1e5d8d00074813ec19383dca9246d0ecc (diff)
solofield fix
Diffstat (limited to 'scraper/solofield.php')
-rw-r--r--scraper/solofield.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/scraper/solofield.php b/scraper/solofield.php
index edb7744..c69b8ec 100644
--- a/scraper/solofield.php
+++ b/scraper/solofield.php
@@ -132,7 +132,7 @@ class solofield{
];
// check for errors and load the result div
- $this->error_and_load($html);
+ $this->error_and_load($html, $out);
$items =
$this->fuckhtml
@@ -272,7 +272,7 @@ class solofield{
];
// check for errors and load the result div
- $this->error_and_load($html);
+ $this->error_and_load($html, $out);
$images =
$this->fuckhtml
@@ -399,7 +399,7 @@ class solofield{
];
// check for errors and load the result div
- $this->error_and_load($html);
+ $this->error_and_load($html, $out);
$items =
$this->fuckhtml
@@ -576,7 +576,7 @@ class solofield{
}
}
- private function error_and_load($html){
+ private function error_and_load($html, $out){
if(strlen($html) === 0){
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage