mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 09:26:29 +01:00
Fix keep-only tags to include article title
This commit is contained in:
parent
257e8dba26
commit
eba4b7a10c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class FinancialTimes(BasicNewsRecipe):
|
|||
PREFIX = 'http://www.ft.com'
|
||||
|
||||
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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue