diff --git a/newswire.py b/newswire.py
index 2eb9f34c..ea4e6397 100644
--- a/newswire.py
+++ b/newswire.py
@@ -248,6 +248,11 @@ def atomFeedToDict(baseDir: str, domain: str, xmlStr: str,
if '' in rssItem and '' in rssItem:
description = rssItem.split('')[1]
description = description.split('')[0]
+ else:
+ if '' in rssItem and \
+ '' in rssItem:
+ description = rssItem.split('')[1]
+ description = description.split('')[0]
link = rssItem.split('')[1]
link = link.split('')[0]
if '://' not in link: