mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
feat: Finish reversal. Add ArchiveResults that are not found in the index.json
This commit is contained in:
parent
f7f0bebdcc
commit
b237e412df
2 changed files with 14 additions and 8 deletions
|
@ -35,7 +35,7 @@ def get_icons(snapshot: Snapshot) -> str:
|
|||
if extractor == "wget":
|
||||
# warc isn't technically it's own extractor, so we have to add it after wget
|
||||
|
||||
output += output_template.format(path, canon[f"warc_path"],
|
||||
output += output_template.format(path, canon["warc_path"],
|
||||
exists, "warc", icons.get("warc", "?"))
|
||||
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue