mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
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:
parent
5bd92e178c
commit
495096c04f
@ -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']},
|
||||
|
Loading…
x
Reference in New Issue
Block a user