mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
todo
This commit is contained in:
@@ -88,6 +88,7 @@ def process_sheet(sheet):
|
||||
|
||||
for archiver in active_archivers:
|
||||
logger.debug(f'Trying {archiver} on row {i}')
|
||||
# TODO: add support for multiple videos/images
|
||||
result = archiver.download(url, check_if_exists=True)
|
||||
|
||||
if result:
|
||||
|
||||
Reference in New Issue
Block a user