From 495096c04f7d3760f854b447b22c2083b370b6e1 Mon Sep 17 00:00:00 2001 From: jfhutson Date: Fri, 3 Feb 2017 21:44:11 -0600 Subject: [PATCH] don't keep metadata keeping metadata causes each article to start off with an ugly list of author's of most popular articles --- recipes/atlantic.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/atlantic.recipe b/recipes/atlantic.recipe index 00928e498b..8c1ddf5882 100644 --- a/recipes/atlantic.recipe +++ b/recipes/atlantic.recipe @@ -26,7 +26,7 @@ class TheAtlantic(BasicNewsRecipe): keep_only_tags = [ classes( - 'article-header article-body article-magazine metadata article-cover-content lead-img'), + 'article-header article-body article-magazine article-cover-content lead-img'), ] remove_tags = [ {'name': ['meta', 'link', 'noscript']},