From 25e8095d0df761db91d537e78058c905b04eb554 Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 20 May 2026 00:59:27 -0400 Subject: [PATCH] yep scraper fix? still getting tons of CF errors... --- scraper/yep.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper/yep.php b/scraper/yep.php index 6e661bd..ad6a4b0 100644 --- a/scraper/yep.php +++ b/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 );