include more output file locations when considering whether snapshot.is_archived

This commit is contained in:
Nick Sweeting 2024-01-19 03:43:36 -08:00
parent 0a25495520
commit 1773146833

View file

@ -379,11 +379,15 @@ class Link:
output_paths = ( output_paths = (
domain(self.url), domain(self.url),
'output.html',
'output.pdf', 'output.pdf',
'screenshot.png', 'screenshot.png',
'output.html', 'singlefile.html',
'readability/content.html',
'mercury/content.html',
'htmltotext.txt',
'media', 'media',
'singlefile.html' 'git',
) )
return any( return any(