ibrod83 / nodejs-web-scraper

81 stars 26 forks source link

allow setting https.Agent #30

Closed webjay closed 1 year ago

ibrod83 commented 1 year ago

Hey, few notes: 1) You need to pass the agent also in DownloadContent.js, in order for the agent to be used also in http requests that involve downloading something 2) Can you revert the changes in packgae.json? I tend not to make any package updates, unless there is a security vulnerability. 3) Can you elaborate why you chose node 16 in .nvmrc?

Thank you