Browse Source

yep api fix

lolcat 1 tháng trước cách đây
mục cha
commit
caa9a6c516
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scraper/yep.php

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