| Gungho documentation | view source | Contained in the Gungho distribution. |
Gungho::Component::Scraper - Web::Scraper From Within Gungho
# Either setup $name in config, or call # $c->register_scraper_config($name, $config); $c->scrape($response, $name); $c->scrape($response, $config);
This component allows you to use Web::Scraper (via Web::Scraper::Config) from within Gungho.
| Gungho documentation | view source | Contained in the Gungho distribution. |