Skip to content

Module for finding main content on the HTML page. Adapted from Readability An Arc90 Lab Experiment.

License

Notifications You must be signed in to change notification settings

pawel-dubiel/content-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content-finder

Module for finding main content on the HTML page. Adapted from Readability An Arc90 Lab Experiment.

Installation

npm install content-finder

Usage

const contentFinder = require('content-finder');

var html = '<p>HTML source code of the website</p>';
var preserveUnlikelyCandidates = false;

var  cf = new contentFinder(preserveUnlikelyCandidates,html);
var html_content = cf.getArticleContent();

About

Module for finding main content on the HTML page. Adapted from Readability An Arc90 Lab Experiment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published