feat: Add singlefile to link_details

This commit is contained in:
Cristian 2020-07-31 13:51:32 -05:00
parent 3d22da39fe
commit 42b0c80465
3 changed files with 14 additions and 1 deletions

View file

@ -406,6 +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',
'pdf_path': 'output.pdf',
'screenshot_path': 'screenshot.png',
'dom_path': 'output.html',