소스 검색

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