aboutsummaryrefslogtreecommitdiffstats
path: root/scraper
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2026-07-15 01:50:28 -0400
committerlolcat <will@lolcat.ca>2026-07-15 01:50:28 -0400
commit513bb666c54f24b7b985b19195682c8556799410 (patch)
tree9ef8f4f8df56184577e88aee5984feec78bf2312 /scraper
parent3e4c7c16262406bb8f7f7d4c550bd2efb58d2a8f (diff)
wordnik formatting fix
Diffstat (limited to 'scraper')
-rw-r--r--scraper/ddg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/ddg.php b/scraper/ddg.php
index 8f68d42..0e5bd8d 100644
--- a/scraper/ddg.php
+++ b/scraper/ddg.php
@@ -1763,7 +1763,7 @@ class ddg{
if(count($answer) !== 0){
$out["answer"][] = [
- "title" => ucfirst($word),
+ "title" => ucfirst(rawurldecode($word)),
"description" => $answer,
"url" => "https://www.wordnik.com/words/" . $word,
"thumb" => null,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage