mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8eae5df87d
commit
91be01e27a
@ -159,7 +159,7 @@ class Reuters(BasicNewsRecipe):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if data.get('summary'):
|
if data.get('summary'):
|
||||||
(
|
body += (
|
||||||
'<blockquote>'
|
'<blockquote>'
|
||||||
+ ''.join(f'<li>{su["description"]}</li>' for su in data['summary'])
|
+ ''.join(f'<li>{su["description"]}</li>' for su in data['summary'])
|
||||||
+ '</blockquote>'
|
+ '</blockquote>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user