make filenames consistent with program name

This commit is contained in:
Nick Sweeting 2020-08-01 11:59:07 -04:00 committed by Cristian
parent 37df00a08b
commit 5b6eb5e4ad
4 changed files with 6 additions and 7 deletions

View file

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