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

NAME

Plagger::Plugin::Filter::ResolveRelativeLink - Resolve relative links in feed content

SYNOPSIS

  - module: Filter::ResolveRelativeLink

DESCRIPTION

Some feeds contain relative URIs in their content in <content:encoded> or <description> element. That's not a valid thing to do, but because RSS and content module specification doesn't clearly say about it, some feeds still do it.

This plugins tries to fix the relative links in feed content, using entry's permalink as a base URL.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, HTML::ResolveLink