mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +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
|
// https://catswords-oss.rdbl.io/5719744820/8278298336
|
||||||
"proxy_custom_provider": function() {
|
"proxy_custom_provider": function() {
|
||||||
var HTTP = require("lib/http");
|
var HTTP = require("lib/http");
|
||||||
|
var APIKEY = require("lib/apikey");
|
||||||
|
|
||||||
var response = HTTP.create()
|
var response = HTTP.create()
|
||||||
.setVariables({
|
.setVariables({
|
||||||
"api_key": "YOUR_API_KEY",
|
"api_key": APIKEY.getApiKey("scrapeops"),
|
||||||
"render_js": "false",
|
"render_js": "false",
|
||||||
"residential": "false",
|
"residential": "false",
|
||||||
"country": "us",
|
"country": "us",
|
||||||
|
@ -1029,10 +1030,11 @@ var test_implements = {
|
||||||
// https://catswords-oss.rdbl.io/5719744820/8278298336
|
// https://catswords-oss.rdbl.io/5719744820/8278298336
|
||||||
"proxy_serp": function() {
|
"proxy_serp": function() {
|
||||||
var HTTP = require("lib/http");
|
var HTTP = require("lib/http");
|
||||||
|
var APIKEY = require("lib/apikey");
|
||||||
|
|
||||||
var response = HTTP.create()
|
var response = HTTP.create()
|
||||||
.setVariables({
|
.setVariables({
|
||||||
"api_key": "YOUR_API_KEY"
|
"api_key": APIKEY.getApiKey("searchapi")
|
||||||
})
|
})
|
||||||
.setProxy({
|
.setProxy({
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user