mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1933004 [TheAtlantic.com recipe not downloading article text](https://bugs.launchpad.net/calibre/+bug/1933004)
This commit is contained in:
parent
755b58d1f5
commit
6c3f1ebb5f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user