0.1.30 • Published 4 months ago

n8n-nodes-readability-reader v0.1.30

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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 article
    • content: The main content of the article
    • excerpt: A short excerpt from the article
    • siteName: The name of the site
    • byline: The author of the article
    • dir: The direction of the page (ltr or rtl)
    • length: The length of the article
    • textContent: The text content of the article
    • images: An array of the images in the article

Compatibility

Tested with n8n version 1.71.3 and above. No known compatibility issues.

Resources

0.1.30

4 months ago

0.1.29

7 months ago