This commit is contained in:
Kovid Goyal 2018-02-02 06:57:06 +05:30
parent e036bc9a76
commit 500a1e00c0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):