diff --git a/apps/tools.js b/apps/tools.js index d841fab..1d6cd01 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -885,12 +885,7 @@ export class tools extends plugin { .catch(err => reject(err)); }); }; - await fetch(API, { - timeout: 10000, - agent: new HttpProxyAgent(this.myProxy), - redirect: "follow", - follow: 10, - }).then(async resp => { + await fetch(API).then(async resp => { const html = await resp.text(); const images = html.match(/
/g); if (!_.isNull(images)) {