Home > p5-HTML-LDRFullFeed

p5-HTML-LDRFullFeed

P5-HTML-LDRFullFeed is a project mainly written in Perl, it's free.

Perl Module of HTML::LDRFullFeed

=head1 NAME

HTML::LDRFullFeed - An HTML content extractor by LDRFullFeed.

=head1 SYNOPSIS

use HTML::LDRFullFeed;

my $ldr = HTML::LDRFullFeed->new( api_key => 'YOUR_API_KEY'); $ldr->extract('http://www.example.com/'); say $ldr->{result}{content};

=head1 DESCRIPTION

HTML::LDRFullFeed is An HTML content extractor by LDRFullFeed.

=head1 AUTHOR

Hidekazu Tanaka E[email protected]

=head1 SEE ALSO

Lhttp://wedata.net/databases/LDRFullFeed/items

=head1 LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

=cut