The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 substition should be applied only to HTML text part. Defaults to 0.

AUTHOR

Tokuhiro Matsuno, Tatsuhiko Miyagawa

SEE ALSO

Plagger, HTML::Parser, IPC::Run