mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 01:33:11 +02:00
Fix images missing in Foreign Affairs
This commit is contained in:
parent
282477bcfa
commit
e9eeea67ae
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class ForeignAffairsRecipe(BasicNewsRecipe):
|
|||
classes('article-header article-body article-lead-image article-body-text'),
|
||||
]
|
||||
remove_tags = [
|
||||
classes('print-hidden loading-indicator paywall article-footer')
|
||||
classes('loading-indicator paywall article-footer')
|
||||
]
|
||||
|
||||
conversion_options = {'comments': description, 'tags': category, 'language': 'en',
|
||||
|
|
|
|||
Loading…
Reference in a new issue