mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update The Toronto Star
This commit is contained in:
parent
86f972cde1
commit
99a478ae88
@ -28,10 +28,12 @@ class TheTorontoStar(BasicNewsRecipe):
|
|||||||
masthead_url = 'http://www.thestar.com/etc/designs/thestar/images/general/logoLrg.png'
|
masthead_url = 'http://www.thestar.com/etc/designs/thestar/images/general/logoLrg.png'
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
classes('article')
|
classes('o-main-content')
|
||||||
]
|
]
|
||||||
remove_tags = [
|
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')
|
dict(name='button')
|
||||||
]
|
]
|
||||||
remove_tags_after = [
|
remove_tags_after = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user