adds browsertrix to all archivers flows

This commit is contained in:
msramalho
2022-10-17 14:06:50 +01:00
parent 20ca50dc90
commit dc0ca8bdd6
6 changed files with 12 additions and 8 deletions

View File

@@ -86,4 +86,4 @@ class TelegramArchiver(Archiver):
cdn_url = self.storage.get_cdn_url(key)
return ArchiveResult(status=status, cdn_url=cdn_url, thumbnail=key_thumb, thumbnail_index=thumb_index,
duration=duration, title=original_url, timestamp=s.find_all('time')[1].get('datetime'), hash=hash, screenshot=screenshot)
duration=duration, title=original_url, timestamp=s.find_all('time')[1].get('datetime'), hash=hash, screenshot=screenshot, wacz=wacz)