Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

vjyanand/HTML-Readability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

use HTML::Readability;

my $docOff = new HTML::Readability();
$docOff->url($hop);

$docOff->getHTML();
$docOff->initDoc();

my $content = $docOff->getFinalContent();
my $title = $docOff->getTitle();


# Sorry for no comments code, 

About

Perl port of readability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published