mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 15:13:03 +02:00
include more output file locations when considering whether snapshot.is_archived
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user