Преглед изворни кода

yep scraper fix? still getting tons of CF errors...

lolcat пре 2 месеци
родитељ
комит
25e8095d0d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      scraper/yep.php

+ 2 - 2
scraper/yep.php

@@ -303,11 +303,11 @@ class yep{
 		
 		try{
 			
-			// https://api.yep.com/fs/2/search?limit=20&query=asmr
+			// https://api.yep.com/search?limit=20&query=asmr
 			$json =
 				$this->get(
 					$this->backend->get_ip(),
-					"https://api.yep.com/fs/2/search",
+					"https://api.yep.com/search",
 					$filters
 				);