Releases: chill117/proxy-lists
Releases · chill117/proxy-lists
v1.23.3
v1.23.2
v1.23.1
Release v1.23.0
- New source (proxy-daily)
- New option added ("unique") that when TRUE filters the emitted proxies by their uniqueness (HOST:PORT). Default value is TRUE.
- Added CLI command for updating geoip data; see Update GeoIp Database for more info.
Release v1.21.0
- Added new sources
- Removed sources that are broken or disappeared
- Fixed geoip-country lookups - issue #115
- Added run script to update geoip database - see Update GeoIp Database
Release v1.20.2
- Updated dependencies
Release v1.20.1
- Upgraded dependencies:
- upgraded version of data-sourcer includes stability and error-handling improvements
Release v1.20.0
- Can now pass options to dataSourcer when calling
getProxies
andgetProxiesFromSource
. 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
andgetProxiesFromSource
will now both clean-up by calling thedataSourcer.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.
Release v1.19.0
- Several new sources, more info scraped from existing sources
- Close browser tabs used by source when it sends its end event
- Overall better error handling
- CLI:
--output-file
and--log-file
can now accept absolute file paths
Release v1.18.0
- Fixed more sources
- CLI tool now exits properly
- No end event issue should be resolved - see #90