exposed textContent to be returned

this returns the text content only, this is useful as it allows the content to be easily accessible
pull/289/head
usergit 8 years ago
parent 69b81f5d70
commit 327bfcb93f

@ -1831,6 +1831,7 @@ Readability.prototype = {
dir: this._articleDir,
content: articleContent.innerHTML,
length: articleContent.textContent.length,
textContent: articleContent.textContent,
excerpt: metadata.excerpt };
}
};

Loading…
Cancel
Save