Hi, can you tell me what I am doing wrong in the below script? I believe I followed the explanations above. I am trying to make the title show as follows: The Economist - 2012 Dec 22. In the recipe I changed only the below line:
title = 'The Economist - ' + from calibre import strftime('%Y %b %d')
|