View Single Post
Old 07-15-2015, 06:14 AM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,449
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by chaot View Post
Attachment 140287
timefmt = ' [%Y-%m-%d]' at position 5 → don't function!?


Attachment 140288
Trying a lot of different figurations, all negativ.
It works fine for me.

Using this recipe (the custom one, not the original one):
Code:
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'
I see the followiong in my library
Click image for larger version

Name:	Clipboard01.png
Views:	223
Size:	7.1 KB
ID:	140289

Be sure you run the customized recipe, not the standard one.
chaley is offline   Reply With Quote