From e4f12eff88db214a0488abf2fc15a3641fbcd8ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Feb 2012 08:50:58 +0530 Subject: [PATCH] ... --- recipes/chicago_tribune.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/chicago_tribune.recipe b/recipes/chicago_tribune.recipe index 14a6cc71ef..684993e251 100644 --- a/recipes/chicago_tribune.recipe +++ b/recipes/chicago_tribune.recipe @@ -85,6 +85,8 @@ class ChicagoTribune(BasicNewsRecipe): re.search(r'href=".+?bookmark.cfm.+?link=(.+?)"', s).group(1)) except: pass + if ans is None: + ans = article.get('feedburner_origlink', article.get('guid', article.get('link'))) if ans is not None: return ans.replace('?track=rss', '')