don't keep metadata

keeping metadata causes each article to start off with an ugly list of author's of most popular articles
This commit is contained in:
jfhutson 2017-02-03 21:44:11 -06:00 committed by GitHub
parent 5bd92e178c
commit 495096c04f

View File

@ -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']},