JaredLGillespie / proxyscrape

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

Add retrying to proxy fetching #25

Open JaredLGillespie opened 5 years ago

JaredLGillespie commented 5 years ago

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.