yep scraper fix? still getting tons of CF errors...
This commit is contained in:
@@ -303,11 +303,11 @@ class yep{
|
|||||||
|
|
||||||
try{
|
try{
|
||||||
|
|
||||||
// https://api.yep.com/fs/2/search?limit=20&query=asmr
|
// https://api.yep.com/search?limit=20&query=asmr
|
||||||
$json =
|
$json =
|
||||||
$this->get(
|
$this->get(
|
||||||
$this->backend->get_ip(),
|
$this->backend->get_ip(),
|
||||||
"https://api.yep.com/fs/2/search",
|
"https://api.yep.com/search",
|
||||||
$filters
|
$filters
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user