Jared Gillespie

Results 5 issues of Jared Gillespie

Test should make actual calls to each of the different proxy services to validate that they're still live and their content hasn't changed in a way that breaks our code....

When multiple proxy functions are used, a user may not care that one of them fails to work. It may be beneficial to have an option that allows a user...

Proxies should optionally be retried. Can either implement on methods or add dependency to retry.me. Retrying should be an option when creating the collector and apply to all proxy functions.

When retrieving a proxy, the following occurs: 1. If refresh is needed, scrape new proxies from sources 2. Filter out each proxy from blacklist 3. Pick a random proxy and...

Demo page imports "index.js" which doesn't exist, yielding a console error. I've removed the unccessary import.