Skip to content

Release v1.20.0

Compare
Choose a tag to compare
@chill117 chill117 released this 03 Aug 12:00
· 71 commits to master since this release
  • Can now pass options to dataSourcer when calling getProxies and getProxiesFromSource. Most relevant options:
    • browser - Options object passed to puppeteer.launch(options)
    • sourcesDir - Directory path where your sources are defined. Default is the "sources" directory included with the ProxyLists project.
  • Calls to getProxies and getProxiesFromSource will now both clean-up by calling the dataSourcer.close method once all the sources have sent their end event. This has the effect of automatically closing any browser instances used by proxy sources.