mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Tweak publication date to match cover date.
This commit is contained in:
parent
24bb216667
commit
b78aac51ca
@ -141,7 +141,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
|
|||||||
" ".join((day, month, year)),
|
" ".join((day, month, year)),
|
||||||
"%d %B %Y"
|
"%d %B %Y"
|
||||||
)
|
)
|
||||||
date = date - timedelta(14)
|
date = date - timedelta(12)
|
||||||
self.publication_date = datetime.strftime(
|
self.publication_date = datetime.strftime(
|
||||||
date,
|
date,
|
||||||
"%d %B %Y"
|
"%d %B %Y"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user