adds browsertrix to all archivers flows

This commit is contained in:
msramalho
2022-10-17 14:06:50 +01:00
parent 20ca50dc90
commit dc0ca8bdd6
6 changed files with 12 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ class WaybackArchiver(Archiver):
retries += 1
if status_r.status_code != 200:
return ArchiveResult(status=f"Internet archive failed: check https://web.archive.org/save/status/{job_id}", screenshot=screenshot)
return ArchiveResult(status=f"Internet archive failed: check https://web.archive.org/save/status/{job_id}", screenshot=screenshot, wacz=wacz)
status_json = status_r.json()
if status_json['status'] != 'success':