diff options
| author | lolcat <will@lolcat.ca> | 2026-05-31 20:15:09 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-05-31 20:15:09 -0400 |
| commit | caa9a6c51615ae61e83d36ddd0cf8c79e718e225 (patch) | |
| tree | fe87232760938661e63fad2eb2173f8ec9646b93 /scraper/yep.php | |
| parent | 572730415a25a02875e2d2572dea5e44f4cceded (diff) | |
yep api fix
Diffstat (limited to 'scraper/yep.php')
| -rw-r--r-- | scraper/yep.php | 2 |
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; } |
