From f92f16fd08c40ff56e6e31f0878859f40757e0c5 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 11 Mar 2018 21:10:37 +0000 Subject: [PATCH] Add warning of too large interval for feedparser To close #408 --- social/feedparser/32-feedparse.html | 7 ++++--- social/feedparser/32-feedparse.js | 1 + social/feedparser/locales/en-US/32-feedparse.json | 5 +++-- social/feedparser/package.json | 6 +++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/social/feedparser/32-feedparse.html b/social/feedparser/32-feedparse.html index 5d732881..3581c75e 100644 --- a/social/feedparser/32-feedparse.html +++ b/social/feedparser/32-feedparse.html @@ -6,7 +6,7 @@
- +
@@ -19,6 +19,7 @@

The msg.topic contains the original article link. The msg.payload contains the description, and msg.article contains the complete article object, which has properties such as .title, .summary, .date and so on.

+

The Refresh interval cannot be greater than 35790 minutes (approx 24.8 days).