View Single Post
Old 07-15-2015, 06:34 AM   #7
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
Quote:
Originally Posted by chaley View Post
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.

Click image for larger version

Name:	custom_recipes.png
Views:	256
Size:	14.5 KB
ID:	140290
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
My view!

Last edited by chaot; 07-15-2015 at 06:39 AM.
chaot is offline   Reply With Quote