Quantcast
Channel: MobileRead Forums - Calibre
Viewing all articles
Browse latest Browse all 31491

New Recipe - Warentest

$
0
0
"Stiftung Warentest is a German consumer organisation and foundation involved in investigating and comparing goods and services in an unbiased way. It was founded on 4th. December 1964 by the Federal Republic of Germany as an independent foundation under civil law." [http://en.wikipedia.org/wiki/Stiftung_Warentest]

Code:

class Warentest(BasicNewsRecipe):
    title = u'Warentest'
    language = 'de'
    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'


Viewing all articles
Browse latest Browse all 31491

Trending Articles