diff options
| author | lolcat <will@lolcat.ca> | 2026-05-20 00:59:27 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-05-20 00:59:27 -0400 |
| commit | 25e8095d0df761db91d537e78058c905b04eb554 (patch) | |
| tree | 34c5551c5cc07e15b27a9e2cdc1ab69da931bdf5 /scraper | |
| parent | c45f8b1e128ebb834c579f7b03f2f77811bf4ca5 (diff) | |
yep scraper fix? still getting tons of CF errors...
Diffstat (limited to 'scraper')
| -rw-r--r-- | scraper/yep.php | 4 |
1 files 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 ); |
