From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Plagger::Plugin::Subscription::XPath - Use XPath expression to extract subscriptions from web pages

SYNOPSIS

- module: Subscription::XPath
config:
xpath: //ul[@class="xoxo" or @class="subscriptionlist"]//a

DESCRIPTION

This plugin extracts subscriptions out of XHTML content, using XPath expression to find links.

AUTHOR

youpy

SEE ALSO

Plagger, Plagger::Plugin::Subscription::XOXO