mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Horizons Journal Update
fix SSL certificate verification error.
This commit is contained in:
@@ -27,6 +27,9 @@ class horizons(BasicNewsRecipe):
|
||||
classes('back-link'),
|
||||
dict(name='div', attrs={'class':'single-post-footer'})
|
||||
]
|
||||
|
||||
def get_browser(self):
|
||||
return BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||
|
||||
def parse_index(self):
|
||||
soup = self.index_to_soup('https://www.cirsd.org/en/horizons')
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user