Fix keep-only tags to include article title

This commit is contained in:
bobbysteel 2017-06-18 13:12:26 +01:00 committed by GitHub
parent 257e8dba26
commit eba4b7a10c

View File

@ -40,7 +40,7 @@ class FinancialTimes(BasicNewsRecipe):
PREFIX = 'http://www.ft.com' PREFIX = 'http://www.ft.com'
keep_only_tags = [ keep_only_tags = [
classes('article__header--wrapper article__time-byline article__body n-content-image barrier-grid__heading') classes('article__header--wrapper article__time-byline article__body n-content-image barrier-grid__heading article__time-byline topper__headline topper__standfirst')
] ]
remove_tags = [ remove_tags = [