0.1.30 • Published 4 months ago
n8n-nodes-readability-reader v0.1.30
n8n-nodes-readability-reader
This is an n8n community node. It lets you use Mozilla Readability package in your n8n workflows.
Mozilla Readability Package is what powers Mozilla Firefox Reader Mode.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- When you pass HTML content from any normal HTTP request node the result is a json object with the following properties:
title
: The title of the articlecontent
: The main content of the articleexcerpt
: A short excerpt from the articlesiteName
: The name of the sitebyline
: The author of the articledir
: The direction of the page (ltr or rtl)length
: The length of the articletextContent
: The text content of the articleimages
: An array of the images in the article
Compatibility
Tested with n8n version 1.71.3 and above. No known compatibility issues.