mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
fix imports and deps
This commit is contained in:
@@ -449,6 +449,8 @@ class Snapshot(ModelWithOutputDir, ModelWithStateMachine, ABIDModel):
|
||||
for extractor in EXTRACTORS:
|
||||
if not extractor:
|
||||
continue
|
||||
if ArchiveResult.objects.filter(snapshot=self, extractor=extractor).exists():
|
||||
continue
|
||||
archiveresult, created = ArchiveResult.objects.get_or_create(
|
||||
snapshot=self,
|
||||
extractor=extractor,
|
||||
|
||||
Reference in New Issue
Block a user