mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 04:04:25 -04:00
add DOM archiving with chrome headless
This commit is contained in:
parent
2e19050aba
commit
f78838ef40
6 changed files with 59 additions and 10 deletions
3
links.py
3
links.py
|
@ -68,6 +68,9 @@ def validate_links(links):
|
|||
if not link['latest'].get('screenshot'):
|
||||
link['latest']['screenshot'] = None
|
||||
|
||||
if not link['latest'].get('dom'):
|
||||
link['latest']['dom'] = None
|
||||
|
||||
return list(links)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue