View Single Post
Old 07-06-2012, 03:39 AM   #1
asdfdsfksd
Junior Member
asdfdsfksd began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2012
Device: Kindle
New Recipe - Warentest

"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'
asdfdsfksd is offline   Reply With Quote