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