mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use https
This commit is contained in:
parent
2c2e6319c3
commit
506bde6434
@ -35,9 +35,4 @@ class Harpers(BasicNewsRecipe):
|
||||
remove_tags = [dict(name=['link', 'object', 'embed', 'meta', 'base'])]
|
||||
remove_attributes = ['width', 'height']
|
||||
|
||||
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
|
||||
feeds = [(u"Harper's Magazine", u'https://harpers.org/feed/')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user