This commit is contained in:
Kovid Goyal 2022-06-18 05:38:20 +05:30
commit 43c9dbf314
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1455,6 +1455,10 @@ class BasicNewsRecipe(Recipe):
prepare_masthead_image(path_to_image, out_path, self.MI_WIDTH, self.MI_HEIGHT)
def publication_date(self):
'''
Use this method to set the date when this issue was published.
Defaults to the moment of download.
'''
return nowf()
def create_opf(self, feeds, dir=None):