Web Feed Node: webfeednode

You can use the properties in the following table for scripting. The node itself is called webfeednode.

Table 1. Web Feed node scripting properties
Scripting properties Data type Property description
urls string1 string2 ...stringn Each URL is specified in the list structure. URL list separated by “\n”
recent_entries flag  
limit_entries integer Number of most recent entries to read per URL.
use_previous flag To save and reuse Web feed cache.
use_previous_label string Name for the saved Web cache.
start_record string Non-RSS start tag.
url n .title string For each URL in the list, you must define one here too. The first one will be url1.title, where the number matches its position in the URL list. This is the start tag containing the title of the content.
url n .short_description string Same as for url n .title.
url n .description string Same as for url n .title.
url n .authors string Same as for url n .title.
url n .contributors string Same as for url n .title.
url n .published_date string Same as for url n .title.
url n .modified_date string Same as for url n .title.
html_alg None HTMLCleaner Content filtering method.
discard_lines flag Discard short lines. Used with min_words
min_words integer Minimum number of words.
discard_words flag Discard short lines. Used with min_avg_len
min_avg_len integer  
discard_scw flag Discard lines with many single character words. Used with max_scw
max_scw integer Maximum proportion 0-100 percentage of single characters words in a line
discard_tags flag Discard lines containing certain tags.
tags string Special characters must be escaped with a backslash character \.
discard_spec_words flag Discard lines containing specific strings
words string Special characters must be escaped with a backslash character \.