postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
800 stars 109 forks source link

Support passing a URI as a proxy setting #81

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Support passing a URI object as the proxy settings. All #proxy= methods should accept a URI::HTTP object which is then converted to a Spidr::Proxy object.