mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
make filenames consistent with program name
This commit is contained in:
parent
37df00a08b
commit
5b6eb5e4ad
4 changed files with 6 additions and 7 deletions
|
@ -365,7 +365,7 @@ class Link:
|
|||
'screenshot.png',
|
||||
'output.html',
|
||||
'media',
|
||||
'single-file.html'
|
||||
'singlefile.html'
|
||||
)
|
||||
|
||||
return any(
|
||||
|
@ -406,7 +406,7 @@ class Link:
|
|||
'google_favicon_path': 'https://www.google.com/s2/favicons?domain={}'.format(self.domain),
|
||||
'wget_path': wget_output_path(self),
|
||||
'warc_path': 'warc',
|
||||
'singlefile_path': 'single-file.html',
|
||||
'singlefile_path': 'singlefile.html',
|
||||
'pdf_path': 'output.pdf',
|
||||
'screenshot_path': 'screenshot.png',
|
||||
'dom_path': 'output.html',
|
||||
|
@ -430,4 +430,3 @@ class Link:
|
|||
})
|
||||
return canonical
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue