From 61978452465bd155aec5ec08a8a8e8859743a92e Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 26 May 2024 10:39:51 +0530 Subject: [PATCH] ... --- recipes/economist_espresso.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/economist_espresso.recipe b/recipes/economist_espresso.recipe index c5b7d1739e..b4ce1e7cfc 100644 --- a/recipes/economist_espresso.recipe +++ b/recipes/economist_espresso.recipe @@ -196,7 +196,7 @@ class Espresso(BasicNewsRecipe): pt.close() url = 'file:///' + pt.name ans.append({"title": title, "url": url}) - return [('Espresso', ans)] + return [('The world in brief', ans)] def populate_article_metadata(self, article, soup, first): article.url = soup.find('h1')['title']