Code:
Traceback (most recent call last):
File "downloader.py", line 317, in <module>
main(sys.argv[1:])
File "downloader.py", line 248, in main
adapter.getStoryMetadataOnly()
File "/fanficdownloadercli/fanficdownloader/adapters/base_adapter.py", line 261, in getStoryMetadataOnly
self.story.setMetadata('dateUpdated',self.story.getMetadataRaw('datePublished'))
File "/fanficdownloadercli/fanficdownloader/story.py", line 269, in setMetadata
self.addToList('lastupdate',value.strftime("Last Update Year/Month: %Y/%m"))
AttributeError: 'NoneType' object has no attribute 'strftime'
Thank you for the cli suggestion

I used the Imagine.e-fic adapter as base for the new adapter. What do I need to change?