mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Document publication_date
I think this should appear here: https://manual.calibre-ebook.com/news_recipe.html so documenting it.
This commit is contained in:
parent
19e50d4fed
commit
b2fce54f1f
@ -1455,6 +1455,10 @@ class BasicNewsRecipe(Recipe):
|
|||||||
prepare_masthead_image(path_to_image, out_path, self.MI_WIDTH, self.MI_HEIGHT)
|
prepare_masthead_image(path_to_image, out_path, self.MI_WIDTH, self.MI_HEIGHT)
|
||||||
|
|
||||||
def publication_date(self):
|
def publication_date(self):
|
||||||
|
'''
|
||||||
|
Use this method to set the date when this issue was published.
|
||||||
|
Defaults to the moment of download.
|
||||||
|
'''
|
||||||
return nowf()
|
return nowf()
|
||||||
|
|
||||||
def create_opf(self, feeds, dir=None):
|
def create_opf(self, feeds, dir=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user