Fix #1933004 [TheAtlantic.com recipe not downloading article text](https://bugs.launchpad.net/calibre/+bug/1933004)

This commit is contained in:
Kovid Goyal
2021-06-20 09:09:15 +05:30
parent 755b58d1f5
commit 6c3f1ebb5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class TheAtlantic(BasicNewsRecipe):
' lead-img article-cover-extra article-body article-magazine article-cover-content'
),
prefix_classes(
'ArticleHeader_root__ ArticleLayoutSection_main__'
'ArticleHeader_root__ ArticleLayoutSection_main__ ArticleBody_root__'
),
dict(itemprop='articleBody'),
# these are for photos articles
+1 -1
View File
@@ -54,7 +54,7 @@ class TheAtlantic(BasicNewsRecipe):
' lead-img article-cover-extra article-body article-magazine article-cover-content'
),
prefix_classes(
'ArticleHeader_root__ ArticleLayoutSection_main__'
'ArticleHeader_root__ ArticleLayoutSection_main__ ArticleBody_root__'
),
dict(itemprop='articleBody'),
# these are for photos articles