Quote:
Originally Posted by chaley
It works fine for me.
[...]
Be sure you run the customized recipe, not the standard one.
|
You are a lucky one!
Using your recipe for me it doesn't work.

Maybe I don't run the customized recipe!? But I think I do. Please have a look.

Clicking
Show recipe files shows me
Warentest_1002.recipe
from calibre.web.feeds.news import BasicNewsRecipe
class Warentest(BasicNewsRecipe):
title = u'Warentest'
language = 'de'
timefmt = ' [%Y-%m-%d]'
description = 'Stiftung Warentest is a German consumer organisation and foundation involved in investigating and comparing goods and services in an unbiased way'
__author__ = 'asdfdsfksd'
needs_subscription = False
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Test', u'http://www.test.de/rss/alles/')]
def get_cover_url(self):
return 'http://www.test.de/img/pp/logo.png'
![Click image for larger version
Name: Warentest [mie, 15 jul 2015].png
Views: 210
Size: 9.3 KB
ID: 140292](https://www.mobileread.com/forums/attachment.php?attachmentid=140292&thumb=1&d=1436956725)
My view!