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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

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

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