From 08471c12a4c793c3c0c901223f275cc7f112c007 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Aug 2017 07:05:45 +0530 Subject: [PATCH] ... --- recipes/harpers.recipe | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/harpers.recipe b/recipes/harpers.recipe index e4c4e5e56b..0523191df3 100644 --- a/recipes/harpers.recipe +++ b/recipes/harpers.recipe @@ -36,3 +36,8 @@ class Harpers(BasicNewsRecipe): 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