************ rss ************ Fetch an RSS feed and learn one fact for each item. Configuration ============= The RSS feed is always fetched in its entirety. ================ ====== =========== Option Type Description ================ ====== =========== url String Mandatory. The feed address. ================ ====== =========== Output ====== RSS feeds vary wildly because of how malleable the underlying language is, but the following fields are usually available: ================ ====== ============ =================== Field Type Notes Description / Value ================ ====== ============ =================== rss:title String Resource title rss:description String Description of the content rss:summary String Some sort of summary, like the first couple of paragraphs of an article rss:date Date When the resource was published rss:link URL Full address Link to the resource rss:author String rss:categories String Categories; multiple categories are joined with commas ================ ====== ============ ===================