Fix best day to download

This commit is contained in:
bobbysteel 2017-11-26 09:06:26 +00:00 committed by GitHub
parent 8f515a6cc7
commit 15510a090d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class Economist(BasicNewsRecipe):
INDEX = 'https://www.economist.com/printedition' INDEX = 'https://www.economist.com/printedition'
description = ( description = (
'Global news and current affairs from a European' 'Global news and current affairs from a European'
' perspective. Best downloaded on Saturday mornings (GMT)' ' perspective. Best downloaded on Friday mornings (GMT)'
) )
extra_css = ''' extra_css = '''
.headline {font-size: x-large;} .headline {font-size: x-large;}