Quote:
Originally Posted by juanferna
Try this:
def get_cover_url(self): from calibre import strftime
cover = 'https://d2dr22b2lm4tvw.cloudfront.net/mn_st/' + strftime("%Y-%m-%d") + '/front-page-large.jpg'
return cover
|
Why is this not working for you? I just tested it on a random existing recipe and it works fine.