mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
further cleanup
This commit is contained in:
@@ -35,11 +35,6 @@ class HtmlFormatter(Formatter):
|
||||
}
|
||||
|
||||
def format(self, item: Metadata) -> Media:
|
||||
media = item.media
|
||||
# thumbnails
|
||||
# TODO: thumbnails_media work per media, gah
|
||||
# if self.detect_thumbnails:
|
||||
|
||||
content = self.template.render(
|
||||
url=item.get_url(),
|
||||
title=item.get_title(),
|
||||
|
||||
Reference in New Issue
Block a user