diff --git a/recipes/politico.recipe b/recipes/politico.recipe index 024021a4ae..de54e419b0 100644 --- a/recipes/politico.recipe +++ b/recipes/politico.recipe @@ -35,6 +35,10 @@ class Politico(BasicNewsRecipe): html2epub_options = 'publisher="' + publisher + '"\ncomments="' + \ description + '"\ntags="' + category + '"\nlinearize_tables=True' + keep_only_tags = [ + dict(name=['article']), + ] + remove_tags = [ dict(name=['notags', 'embed', 'object', 'link', 'img']), ]