The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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