mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 01:23:16 +02:00
Update The Toronto Star
This commit is contained in:
parent
86f972cde1
commit
99a478ae88
1 changed files with 4 additions and 2 deletions
|
|
@ -28,10 +28,12 @@ class TheTorontoStar(BasicNewsRecipe):
|
|||
masthead_url = 'http://www.thestar.com/etc/designs/thestar/images/general/logoLrg.png'
|
||||
|
||||
keep_only_tags = [
|
||||
classes('article')
|
||||
classes('o-main-content')
|
||||
]
|
||||
remove_tags = [
|
||||
classes('article-continue-basic-container label-modal-bottom'),
|
||||
classes(
|
||||
'article-continue-basic-container label-modal-bottom print-header'
|
||||
' cta-container share-toolbar-container c-related-articles c-partner-articles c-more-articles c-top-articles'),
|
||||
dict(name='button')
|
||||
]
|
||||
remove_tags_after = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue