mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
59bb0f8e55
commit
08471c12a4
@ -36,3 +36,8 @@ class Harpers(BasicNewsRecipe):
|
|||||||
remove_attributes = ['width', 'height']
|
remove_attributes = ['width', 'height']
|
||||||
|
|
||||||
feeds = [(u"Harper's Magazine", u'http://harpers.org/feed/')]
|
feeds = [(u"Harper's Magazine", u'http://harpers.org/feed/')]
|
||||||
|
|
||||||
|
def get_browser(self):
|
||||||
|
# harpers ssl certificate is broken as of Jul 2017
|
||||||
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
|
return br
|
||||||
|
Loading…
x
Reference in New Issue
Block a user