Date after the title
Hello ! The date of the edition of the newspapers used to appear automatically in the title after the download. (This is useful to distinguish the editions on my Kindle.) But then, about 3 weeks ago, it stopped. (Maybe I changed a setting, but I can't remember.) So I modified the recipes I use and added the date myself :
For example, for the New York Times, instead of
title = 'The New York Times'
I put
title = 'The New York Times'+' ['+time.strftime('%d %b %Y')+']'
The problem is that the date now appears in the very name of the recipe and this seems to prevent Calibre from cancelling automatically the old editions after a number of days that can be specified in the settings of the recipe.
Would there be a way to solve this problem ?
Thanks !
|