mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix keep-only tags to include article title
This commit is contained in:
parent
257e8dba26
commit
eba4b7a10c
@ -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…
x
Reference in New Issue
Block a user