aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/fileset_types.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-15 17:12:40 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-15 18:15:29 -0700
commita09396caefe709b521e560add5b01c1a5c94cb53 (patch)
tree6a4464f569d1d46fbc5e6cc54ba593c0680c499b /python/sandcrawler/fileset_types.py
parentba324ae5a6051c47d4cf7524c28caeda7abd6fc5 (diff)
downloadsandcrawler-a09396caefe709b521e560add5b01c1a5c94cb53.tar.gz
sandcrawler-a09396caefe709b521e560add5b01c1a5c94cb53.zip
more fileset iteration
Diffstat (limited to 'python/sandcrawler/fileset_types.py')
-rw-r--r--python/sandcrawler/fileset_types.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py
index 037843e..d7e9d6d 100644
--- a/python/sandcrawler/fileset_types.py
+++ b/python/sandcrawler/fileset_types.py
@@ -43,11 +43,9 @@ class ArchiveStrategyResult(BaseModel):
status: str
manifest: List[FilesetManifestFile]
file_file_meta: Optional[Dict[str, Any]]
- file_terminal: Optional[Dict[str, Any]]
- file_cdx: Optional[Dict[str, Any]]
+ file_resource: Optional[Any]
bundle_file_meta: Optional[Dict[str, Any]]
- bundle_terminal: Optional[Any]
- bundle_cdx: Optional[Any]
+ bundle_resource: Optional[Any]
bundle_archiveorg_path: Optional[str]
class PlatformScopeError(Exception):