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/wiby.php | |
parent | 9e18327df69542e07fad2ef471a3ebdbe9b08ae8 (diff) |
v8
Diffstat (limited to 'scraper/wiby.php')
-rw-r--r-- | scraper/wiby.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/wiby.php b/scraper/wiby.php index 2d79c56..59f723c 100644 --- a/scraper/wiby.php +++ b/scraper/wiby.php @@ -209,7 +209,7 @@ class wiby{ $out["web"][] = [ "title" => $this->unescapehtml(trim($links[2][$i])), - "description" => $this->unescapehtml(trim(strip_tags($links[3][$i]))), + "description" => $this->unescapehtml(trim(strip_tags($links[3][$i]), ".\n\r ")), "url" => trim($links[1][$i]), "date" => null, "type" => "web", |