Plagger::Plugin::Filter::EntryFullText - Upgrade your feeds to fulltext class
- module: Filter::EntryFullText
This plugin allows you to fetch entry full text by doing HTTP GET and apply
regexp to HTML. It's just like upgrading your flight ticket from economy class
to business class!
You can write custom fulltext handler by putting
".pl" or
".yaml" files under assets plugin
directory.
- store_html_on_failure
- Even if fulltext handlers fail to extract content body from HTML, this
option enables to store the whole document HTML as entry body. It will be
useful to use with search engines like Gmail and Search:: plugins.
Defaults to 0.
- force_upgrade
- Even if entry body already contains HTML, this config forces the plugin to
upgrade the body. Defaults to 0.