felipecsl / wombat

Lightweight Ruby web crawler/scraper with an elegant DSL which extracts structured data from pages.
https://felipecsl.github.io/wombat/
MIT License
1.31k stars 129 forks source link

Clearing cookies #65

Open mattensor opened 7 years ago

mattensor commented 7 years ago

Hey is it possible to remove all previously stored cookies between a request? In mechanize there is agent.cookie_jar.clear!, is this possible in wombat?

I'm pretty new to all of this :) Thanks

felipecsl commented 7 years ago

It is not currently supported, but I'd be open for a pull request if you want to add it