JaredLGillespie / proxyscrape

Python library for retrieving free proxies (HTTP, HTTPS, SOCKS4, SOCKS5).
MIT License
244 stars 55 forks source link

Add option to ignore failed proxy retrievals #26

Open JaredLGillespie opened 5 years ago

JaredLGillespie commented 5 years ago

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 to ignore failed retrievals instead of bubbling up an error.