From a6cc35fa22fa5810a20ed927ece2df40fd5f1f7a Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Sat, 17 Dec 2022 15:48:48 +0200 Subject: [PATCH] fix: logo use a logo from walla itself --- recipes/walla.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/walla.recipe b/recipes/walla.recipe index 6392302f06..cfbe53c807 100644 --- a/recipes/walla.recipe +++ b/recipes/walla.recipe @@ -5,7 +5,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1283848012(BasicNewsRecipe): description = 'The WallaNews.' - cover_url = 'https://upload.wikimedia.org/wikipedia/he/d/d5/Walla_logo.svg' + cover_url = 'https://images.wcdn.co.il//2/5/4/2/2542044-46.jpg' title = u'Walla' language = 'he' __author__ = 'marbs & barakplasma'