mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update testloader.js
This commit is contained in:
parent
5a5526df63
commit
a99f1c396f
|
@ -1006,10 +1006,11 @@ var test_implements = {
|
|||
// https://catswords-oss.rdbl.io/5719744820/8278298336
|
||||
"proxy_custom_provider": function() {
|
||||
var HTTP = require("lib/http");
|
||||
var APIKEY = require("lib/apikey");
|
||||
|
||||
var response = HTTP.create()
|
||||
.setVariables({
|
||||
"api_key": "YOUR_API_KEY",
|
||||
"api_key": APIKEY.getApiKey("scrapeops"),
|
||||
"render_js": "false",
|
||||
"residential": "false",
|
||||
"country": "us",
|
||||
|
@ -1029,10 +1030,11 @@ var test_implements = {
|
|||
// https://catswords-oss.rdbl.io/5719744820/8278298336
|
||||
"proxy_serp": function() {
|
||||
var HTTP = require("lib/http");
|
||||
var APIKEY = require("lib/apikey");
|
||||
|
||||
var response = HTTP.create()
|
||||
.setVariables({
|
||||
"api_key": "YOUR_API_KEY"
|
||||
"api_key": APIKEY.getApiKey("searchapi")
|
||||
})
|
||||
.setProxy({
|
||||
"enabled": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user