NAME

Plagger::Plugin::Filter::Pipe - Filtering with pipe

SYNOPSIS

- module: Filter::Pipe
  config:
    command: /usr/bin/kakasi -Ha -Ka -Ja -Ea -ka -u
    encoding: euc-jp
    text_only: 1

DESCRIPTION

This plugin filtering feed with other program using a pipe.

CONFIG

text_only

When set to 1, uses HTML::Parser so that the regexp substitution should be applied only to HTML text part. Defaults to 0.

AUTHOR

Tokuhiro Matsuno, Tatsuhiko Miyagawa

SEE ALSO

Plagger, HTML::Parser, IPC::Run