NAME
Gungho::Component::Scraper - Web::Scraper From Within Gungho
SYNOPSIS
# Either setup $name in config, or call
# $c->register_scraper_config($name, $config);
$c
->scrape(
$response
,
$name
);
$c
->scrape(
$response
,
$config
);
DESCRIPTION
This component allows you to use Web::Scraper (via Web::Scraper::Config) from within Gungho.