Index: mythplugins/mythnews/mythnews/mythnews.cpp
===================================================================
--- mythplugins/mythnews/mythnews/mythnews.cpp	(revision 21340)
+++ mythplugins/mythnews/mythnews/mythnews.cpp	(working copy)
@@ -774,11 +774,11 @@
     if (it == m_articles.end())
         return;
 
-    if ((*it).title().isEmpty())
+    const NewsArticle article = *it;
+
+    if (article.articleURL().isEmpty())
         return;
 
-    const NewsArticle article = *it;
-
     if (article.enclosure().isEmpty())
     {
         QString cmdUrl(article.articleURL());
