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.
|