diff options
| author | lolcat <will@lolcat.ca> | 2026-06-01 02:53:48 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-01 21:03:47 -0700 |
| commit | 1d85f91666b0f43d886912c265294348ac385a84 (patch) | |
| tree | 4bc5489d07af5d9c5b69fb42e8ead9e364b4d20a | |
| parent | c73c7096fccd231fe01ebe5dc13b7a3e4b71e839 (diff) | |
why do you fucking do that naver
| -rw-r--r-- | scraper/naver.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scraper/naver.php b/scraper/naver.php index 652241c..492488a 100644 --- a/scraper/naver.php +++ b/scraper/naver.php @@ -599,6 +599,9 @@ class naver{ foreach($json["items"] as $image){ + // why does it fucking do that + if($image["orgWidth"] === 0){ continue; } + $out["image"][] = [ "title" => trim($image["title"], "."), "source" => [ |
