From 130358a9e0504a55cf3f86b2d7035feb7f4e84de Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 21 Apr 2024 19:31:56 -0400 Subject: v8 --- scraper/wiby.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/wiby.php') 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", -- cgit v1.2.3