| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |
App::Hachero::Plugin::Summarize::Scraper - gets title or something via Web::Scraper
---
plugins:
- module: Summarize::Scraper
config:
result_key: URI
result:
uri_from: path
result_to: title
uri:
host: 'www.example.com'
scraper:
process:
- '//title'
- 'title'
- 'TEXT'
result: 'title'
gets title or something via Web::Scraper
Nobuo Danjou <nobuo.danjou@gmail.com>
| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |