-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Do it is possibile to use a Proxy server or Socks server?
const scraper = new Scraper({ fetch: (url, options = {}) => {
return fetch(url, {
...options,
agent: new HttpsProxyAgent("http://127.0.0.1:8080")
//agent: new SocksProxyAgent('socks5h://127.0.0.1:1080')
});
}});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested