View Single Post
Old 10-30-2010, 08:39 PM   #12
Bullpeeper
Junior Member
Bullpeeper began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Oct 2010
Device: Kindle
Thanks

Quote:
Originally Posted by kovidgoyal View Post
Another way to do it is with

Code:
def get_browser(self):
   br = BasicNewsRecipe.get_browser(self)
   br.set_handle_refresh(False)
   return br
Thanks -- and thanks for the creation of this software.
Bullpeeper is offline   Reply With Quote