mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update The Times
Merge branch 'patch-13' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
5cf39416dd
@ -80,8 +80,8 @@ class TimesOnline(BasicNewsRecipe):
|
||||
]
|
||||
remove_attributes = ['lang']
|
||||
keep_only_tags = [
|
||||
dict(attrs={'class': 'Article Article--default'}
|
||||
), dict(attrs={'class': 'f-author'}), dict(attrs={'id': 'bodycopy'})
|
||||
{'attrs': {'id': ['article-main','bodycopy']}},
|
||||
{'attrs': {'class': ['Article Article--default','f-author']}}
|
||||
]
|
||||
remove_tags_after = dict(attrs={'class': 'Article-content'})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user