mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
merge logic started
This commit is contained in:
@@ -157,8 +157,9 @@ class ArchivingOrchestrator:
|
||||
for url in self.feeder:
|
||||
print("ARCHIVING", url)
|
||||
with tempfile.TemporaryDirectory(dir="./") as tmp_dir:
|
||||
self.archive(url, tmp_dir)
|
||||
|
||||
result = self.archive(url, tmp_dir)
|
||||
print(result)
|
||||
print(result.as_json())
|
||||
print("holding on")
|
||||
time.sleep(300)
|
||||
# how does this handle the parameters like folder which can be different for each archiver?
|
||||
|
||||
Reference in New Issue
Block a user