View Single Post
Old 02-12-2011, 11:07 AM   #6
cfholbert
Junior Member
cfholbert began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2011
Device: kindle, nook, nookcolor, PDN
Implemented suggested fix based on Kovid's code:

def get_browser(self):
br = BasicNewsRecipe.get_browser(self)
br.set_handle_refresh(False)
return br

But this did not solve the problem. So, decided to grab the print version of the articles and parse those and now everything works. If interested I can post the recipe for others.
cfholbert is offline   Reply With Quote