fix: logo

use a logo from walla itself
This commit is contained in:
Michael Salaverry 2022-12-17 15:48:48 +02:00 committed by GitHub
parent 80ba2d0198
commit a6cc35fa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1283848012(BasicNewsRecipe): class AdvancedUserRecipe1283848012(BasicNewsRecipe):
description = 'The WallaNews.' 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' title = u'Walla'
language = 'he' language = 'he'
__author__ = 'marbs & barakplasma' __author__ = 'marbs & barakplasma'