From 80d3a0bda8e24220bf4b657a0f23114ac2fc3f2d Mon Sep 17 00:00:00 2001 From: John Conway Date: Fri, 17 May 2019 18:35:26 +0100 Subject: [RSS] Fixed bug with empty content --- src/FeedNim/rss.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FeedNim/rss.nim b/src/FeedNim/rss.nim index 35d3520..c65b13f 100644 --- a/src/FeedNim/rss.nim +++ b/src/FeedNim/rss.nim @@ -98,8 +98,9 @@ func parseCategories( node: XmlNode ): seq[RSSCategory] = func parseText ( node: XmlNode ): string = var content = node.innerText - if content[0 .. 8] == " 14: + if content[0 .. 8] == "