mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
feat: Create ArchiveResult after finishing an extractor process
This commit is contained in:
@@ -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(),
|
||||
# )
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user