This commit is contained in:
Kovid Goyal 2012-02-29 08:50:58 +05:30
parent 42b58038ea
commit e4f12eff88

View File

@ -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', '')