mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/felagund/calibre
This commit is contained in:
commit
43c9dbf314
@ -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