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

This commit is contained in:
2026-05-20 00:59:27 -04:00
parent c45f8b1e12
commit 25e8095d0d

View File

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