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

GunghoX::FollowLinks::Rule::HTML::SelectedTags - Follow Only On Selected Tags

SYNOPSIS

  GunghoX::FollowLinks::Rule::HTML::SelectedTags->new(
    tags => [ 'a', 'img' ]
  );

METHODS

apply($c, $response, $url, { tag => $tag, attrs => $attrs })