diff --git a/recipes/economist_world_ahead.recipe b/recipes/economist_world_ahead.recipe index e1a5454900..cc884ebfe4 100644 --- a/recipes/economist_world_ahead.recipe +++ b/recipes/economist_world_ahead.recipe @@ -43,8 +43,11 @@ def process_node(node): if node.get('textHtml'): return f'
{node.get("textHtml")}
' return f'
{node.get("text", "")}
' + elif ntype == 'DIVIDER': + return '
' elif ntype: print('** ', ntype) + return '' def safe_dict(data, *names): ans = data