diff options
| author | lolcat <will@lolcat.ca> | 2026-06-01 02:53:48 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-06-01 02:53:48 -0400 |
| commit | 50349d23909842275c9c31cc5b34cebfdf5ad4e8 (patch) | |
| tree | d54be683e4a485a9e3c48998d9c4fc110a77cee5 /scraper/naver.php | |
| parent | fc8b41bfaddbe0402677c29cc6e94968b858de8a (diff) | |
why do you fucking do that naver
Diffstat (limited to 'scraper/naver.php')
| -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" => [ |
