mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated Politifact
This commit is contained in:
parent
081a008d23
commit
0268d58dfa
@ -26,4 +26,7 @@ class PolitiFactCom(BasicNewsRecipe):
|
|||||||
(u'Statements', u'http://www.politifact.com/feeds/statements/truth-o-meter/')
|
(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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user