mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
feat: Create ArchiveResult after finishing an extractor process
This commit is contained in:
parent
b3e0400bc0
commit
4484491fb7
2 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
from django.utils.html import format_html
|
||||
|
||||
from core.models import Snapshot, ArchiveResult, EXTRACTORS
|
||||
from core.models import Snapshot, EXTRACTORS
|
||||
|
||||
|
||||
def get_icons(snapshot: Snapshot) -> str:
|
||||
|
@ -70,4 +68,4 @@ def get_icons(snapshot: Snapshot) -> str:
|
|||
# *link_tuple(link, 'git_path')[:2], any((out_dir / canon['git_path']).glob('*')),
|
||||
# canon['archive_org_path'], (out_dir / 'archive.org.txt').exists(),
|
||||
# )
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue