View Single Post
Old 02-28-2012, 08:23 PM   #3
cornfieldcraig
Member
cornfieldcraig began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Sep 2011
Location: Chicago, Illinois, USA
Device: Nook Simple Touch
Thanks Kovid.

get_article_url already had been redefined in that recipe to:



def get_article_url(self, article):
print article.get('feedburner_origlink', article.get('guid', article.get('link')))
return article.get('feedburner_origlink', article.get('guid', article.get('link')))

Simply replacing it with the new code doesn't seem to work, unfortunately. I suspect that the two solutions need to be merged somehow.
cornfieldcraig is offline   Reply With Quote