Remove FT email nag

This commit is contained in:
bobbysteel 2017-10-31 10:49:44 +00:00 committed by GitHub
parent d7359303fc
commit bdac087866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,8 @@ class FinancialTimes(BasicNewsRecipe):
]
remove_tags = [
classes('n-content-related-box tour-tip n-content-recommended n-content-video')
classes('n-content-related-box tour-tip n-content-recommended n-content-video'),
dict(name=['aside'])
]
extra_css = '''