aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/yep.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2026-05-31 20:15:09 -0400
committerlolcat <will@lolcat.ca>2026-05-31 20:15:09 -0400
commitcaa9a6c51615ae61e83d36ddd0cf8c79e718e225 (patch)
treefe87232760938661e63fad2eb2173f8ec9646b93 /scraper/yep.php
parent572730415a25a02875e2d2572dea5e44f4cceded (diff)
yep api fix
Diffstat (limited to 'scraper/yep.php')
-rw-r--r--scraper/yep.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/yep.php b/scraper/yep.php
index 682dd6f..b715676 100644
--- a/scraper/yep.php
+++ b/scraper/yep.php
@@ -440,7 +440,7 @@ class yep{
// parse filters
$filters = [
"query" => $search,
- "limit" => 100
+ "limit" => 99 // for some reason they dont show anything sometimes at 100 results
];
if($get["nsfw"] == "no"){ $filters["safe_search"] = true; }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage