2
0
Эх сурвалжийг харах

include more output file locations when considering whether snapshot.is_archived

Nick Sweeting 1 жил өмнө
parent
commit
1773146833

+ 6 - 2
archivebox/index/schema.py

@@ -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(