From 500a1e00c0ec422685d313b498f3dee63bffdbfd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Feb 2018 06:57:06 +0530 Subject: [PATCH] ... --- recipes/lrb_payed.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/lrb_payed.recipe b/recipes/lrb_payed.recipe index ff6e7ae56c..c99a3b8216 100644 --- a/recipes/lrb_payed.recipe +++ b/recipes/lrb_payed.recipe @@ -25,6 +25,7 @@ class LondonReviewOfBooksPayed(BasicNewsRecipe): masthead_url = INDEX + '/assets/images/lrb_logo_big.gif' needs_subscription = True publication_type = 'magazine' + requires_version = (3, 0, 0) extra_css = ' body{font-family: Georgia,Palatino,"Palatino Linotype",serif} ' def get_browser(self):