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; }