parent
842efd9ac2
commit
e5c5f51670
@ -104,7 +104,7 @@ module.exports = class CaptchaSolver {
|
|||||||
new Promise((resolve, reject) => {
|
new Promise((resolve, reject) => {
|
||||||
if (userAgent) client.setUserAgent(userAgent);
|
if (userAgent) client.setUserAgent(userAgent);
|
||||||
if (this.proxy !== null) {
|
if (this.proxy !== null) {
|
||||||
client.setProxy(
|
client.setGlobalProxy(
|
||||||
this.proxy.protocol,
|
this.proxy.protocol,
|
||||||
this.proxy.host,
|
this.proxy.host,
|
||||||
this.proxy.port,
|
this.proxy.port,
|
||||||
|
Loading…
Reference in New Issue
Block a user