Updated Politifact

This commit is contained in:
Kovid Goyal 2011-08-26 09:36:02 -06:00
parent 081a008d23
commit 0268d58dfa

View File

@ -26,4 +26,7 @@ class PolitiFactCom(BasicNewsRecipe):
(u'Statements', u'http://www.politifact.com/feeds/statements/truth-o-meter/')
]
def get_browser(self):
br = BasicNewsRecipe.get_browser(self)
br.set_handle_gzip(True)
return br