From 99a478ae8804a3a82b2002fff7bc515748d5cb8a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 23 Nov 2019 16:56:29 +0530 Subject: [PATCH] Update The Toronto Star --- recipes/thestar.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/thestar.recipe b/recipes/thestar.recipe index 14cd593110..f25e9903ad 100644 --- a/recipes/thestar.recipe +++ b/recipes/thestar.recipe @@ -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 = [