mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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 = [
|
keep_only_tags = [
|
||||||
classes(
|
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 = [
|
remove_tags = [
|
||||||
{'name': ['meta', 'link', 'noscript']},
|
{'name': ['meta', 'link', 'noscript']},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user