mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
include more output file locations when considering whether snapshot.is_archived
This commit is contained in:
parent
0a25495520
commit
1773146833
1 changed files with 6 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue