minor improvements

This commit is contained in:
msramalho
2023-07-27 15:42:23 +01:00
parent dd034da844
commit e8f44b652e
3 changed files with 20 additions and 27 deletions

View File

@@ -109,6 +109,8 @@ class ArchivingOrchestrator:
# looks for Media in result.media and also result.media[x].properties (as list or dict values)
result.store()
#TODO: remove any duplicate media, if hash is available
# 6 - format and store formatted if needed
# enrichers typically need access to already stored URLs etc
if (final_media := self.formatter.format(result)):